Base:
property
CandidateSymbols
Microsoft.CodeAnalysis.VisualBasic.Symbols.ErrorTypeSymbol.CandidateSymbols
3 references to CandidateSymbols
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_ObjectInitializer.vb (3)
27If extendedErrorType IsNot Nothing AndAlso extendedErrorType.CandidateSymbols.Length = 1 AndAlso 28extendedErrorType.CandidateSymbols(0).Kind = SymbolKind.NamedType Then 30type = DirectCast(extendedErrorType.CandidateSymbols(0), TypeSymbol)