Base:
property
TypeKind
Microsoft.CodeAnalysis.VisualBasic.Symbols.TypeSymbol.TypeKind
2 overrides of TypeKind
Microsoft.CodeAnalysis.VisualBasic (2)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousDelegate_TemplateSymbol.vb (1)
160
Public Overrides ReadOnly Property
TypeKind
As TypeKind
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousType_TemplateSymbol.vb (1)
134
Public Overrides ReadOnly Property
TypeKind
As TypeKind
10 references to TypeKind
Microsoft.CodeAnalysis.VisualBasic (10)
Symbols\AnonymousTypes\AnonymousType_SymbolCollection.vb (2)
106
Select Case t.
TypeKind
121
Throw ExceptionUtilities.UnexpectedValue(t.
TypeKind
)
Symbols\AnonymousTypes\AnonymousTypeManager_Templates.vb (2)
217
Select Case template.
TypeKind
225
Throw ExceptionUtilities.UnexpectedValue(template.
TypeKind
)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTemplateSymbol.vb (4)
53
Debug.Assert(
TypeKind
= TypeKind.Class OrElse
TypeKind
= TypeKind.Delegate)
60
If
TypeKind
= TypeKind.Delegate AndAlso typeDescr.Fields.IsSubDescription() Then
67
Debug.Assert(
TypeKind
= TypeKind.Delegate)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTypeParameterSymbol.vb (2)
59
If _container.
TypeKind
= TypeKind.Delegate Then
66
Debug.Assert(_container.
TypeKind
= TypeKind.Class)