Vixen
02b45cc4
csharp
public sealed class ErrorTypeSymbol

Stand-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)

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