Vixen
02b45cc4
csharp
public readonly struct SymbolInfo

What a name or expression referred to. When binding could not settle on one symbol — an unresolved overload, say — Symbol is null and the possibilities are in CandidateSymbols.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public static readonly SymbolInfo None
  • public Symbol? Symbol
  • public IReadOnlyList<Symbol> CandidateSymbols
  • public bool IsEmpty

Used by (3)

  • BindingTestsVixen.Raven.Tests
  • SemanticModelVixen.Raven
  • SemanticModelTestsVixen.Raven.Tests