Vixen
dd8b0a81
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.

Read the guide page for this →

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