Base:
property
Kind
Microsoft.CodeAnalysis.VisualBasic.Symbol.Kind
2 overrides of Kind
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\ErrorTypeSymbol.vb (1)
104
Public NotOverridable Overrides ReadOnly Property
Kind
As SymbolKind
Symbols\Tuples\TupleTypeSymbol.vb (1)
143
Public Overrides ReadOnly Property
Kind
As SymbolKind
13 references to Kind
Microsoft.CodeAnalysis.VisualBasic (13)
Emit\EditAndContinue\EmitHelpers.vb (1)
161
If type.
Kind
= SymbolKind.ErrorType Then
Emit\SymbolTranslator.vb (2)
132
If namedTypeSymbol.OriginalDefinition.
Kind
= SymbolKind.ErrorType Then
136
If diagInfo Is Nothing AndAlso namedTypeSymbol.
Kind
= SymbolKind.ErrorType Then
Semantics\Conversions.vb (5)
2068
Return If(valueType.
Kind
= SymbolKind.ErrorType, Nothing, valueType)
2470
If dstUnderlying Is destination OrElse dstUnderlying.
Kind
= SymbolKind.ErrorType Then
3368
If underlying.
Kind
<> SymbolKind.ErrorType Then
3759
If valueType.
Kind
<> SymbolKind.ErrorType Then
3919
If valueType.
Kind
<> SymbolKind.ErrorType AndAlso IsDerivedFrom(valueType, source, useSiteInfo) Then
Symbols\AssemblySymbol.vb (1)
724
Return candidate IsNot Nothing AndAlso (candidate.
Kind
<> SymbolKind.ErrorType OrElse Not (TypeOf candidate Is MissingMetadataTypeSymbol))
Symbols\Metadata\PE\PEModuleSymbol.vb (1)
384
Return candidate.
Kind
<> SymbolKind.ErrorType OrElse Not (TypeOf candidate Is MissingMetadataTypeSymbol)
Symbols\MetadataOrSourceAssemblySymbol.vb (1)
83
(corType.
Kind
= SymbolKind.ErrorType AndAlso
Symbols\Retargeting\RetargetingSymbolTranslator.vb (2)
171
If type.
Kind
= SymbolKind.ErrorType Then
395
If newDefinition.
Kind
= SymbolKind.ErrorType AndAlso Not newDefinition.IsGenericType Then