Base:
property
TypeKind
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Symbols.TypeSymbol.TypeKind
8 references to TypeKind
Microsoft.CodeAnalysis.VisualBasic (8)
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
421
If Not IsShared AndAlso String.Equals(name, WellKnownMemberNames.DelegateInvokeName, StringComparison.Ordinal) AndAlso _containingType.
TypeKind
= TypeKind.Delegate Then
Symbols\Metadata\PE\PENamedTypeSymbol.vb (7)
379
If _lazyEnumUnderlyingType Is Nothing AndAlso
TypeKind
= TypeKind.Enum Then
419
Me.
TypeKind
<> TypeKind.Module Then
441
If Me.
TypeKind
= TypeKind.Module Then
669
Dim ensureParameterlessConstructor As Boolean = (
TypeKind
= TypeKind.Structure OrElse
TypeKind
= TypeKind.Enum) AndAlso Not IsShared
1153
Select Case Me.
TypeKind
1328
Dim typeKind = Me.
TypeKind