csharp
public sealed class ErrorTypeSymbolStand-in for a type that could not be resolved. The binder produces it once, reports one diagnostic, and then lets it flow through the rest of the expression so a single mistake does not cascade into a wall of errors.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (4)
public static readonly ErrorTypeSymbol Instancepublic override SymbolKind Kindpublic override string Namepublic override TypeKind TypeKind
Methods (1)
public override string ToDisplayString()
Used by (12)
- BinderVixen.Raven
- BoundErrorExpressionVixen.Raven
- BoundMethodGroupExpressionVixen.Raven
- BoundNamespaceExpressionVixen.Raven
- LiteralParserVixen.Raven
- MetadataLoaderVixen.Raven
- SourceFieldSymbolVixen.Raven
- SourceMethodSymbolVixen.Raven
- SourceParameterSymbolVixen.Raven
- SourcePropertySymbolVixen.Raven
- SourceValueParameterSymbolVixen.Raven
- TypeSystemTestsVixen.Raven.Tests