csharp
public readonly struct SymbolInfoWhat 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 Nonepublic Symbol? Symbolpublic IReadOnlyList<Symbol> CandidateSymbolspublic bool IsEmpty
Used by (3)
- BindingTestsVixen.Raven.Tests
- SemanticModelVixen.Raven
- SemanticModelTestsVixen.Raven.Tests