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