Base:
property
Name
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.NamedTypeSymbol.Name
4 overrides of Name
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\ExtendedErrorTypeSymbol.vb (1)
134
Public Overrides ReadOnly Property
Name
As String
Symbols\MissingMetadataTypeSymbol.vb (1)
38
Public Overrides ReadOnly Property
Name
As String
Symbols\NoPiaMissingCanonicalTypeSymbol.vb (1)
52
Public Overrides ReadOnly Property
Name
As String
Symbols\SubstitutedErrorType.vb (1)
27
Public Overrides ReadOnly Property
Name
As String
2 references to Name
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\Retargeting\RetargetingSymbolTranslator.vb (1)
823
Return New ExtendedErrorTypeSymbol(errorInfo, type.
Name
, type.Arity, type.CandidateSymbols, type.ResultKind, True)
Symbols\SubstitutedErrorType.vb (1)
29
Return _fullInstanceType.
Name