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