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