Base:
property
TypeKind
Microsoft.CodeAnalysis.VisualBasic.Symbols.TypeSymbol.TypeKind
4 references to TypeKind
Microsoft.CodeAnalysis.VisualBasic (4)
Symbols\AnonymousTypes\SynthesizedSymbols\AnonymousTypeOrDelegateTypeParameterSymbol.vb (2)
65
If _container.TypeKind =
TypeKind
.Delegate Then
72
Debug.Assert(_container.TypeKind =
TypeKind
.Class)
Symbols\TypeParameterSymbol.vb (2)
148
Return
TypeKind
.TypeParameter
246
If (constraint.TypeKind =
TypeKind
.TypeParameter) Then