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)
408
If Not IsShared AndAlso String.Equals(name, WellKnownMemberNames.DelegateInvokeName, StringComparison.Ordinal) AndAlso _containingType.
TypeKind
= TypeKind.Delegate Then
Symbols\Metadata\PE\PENamedTypeSymbol.vb (7)
376
If _lazyEnumUnderlyingType Is Nothing AndAlso
TypeKind
= TypeKind.Enum Then
416
Me.
TypeKind
<> TypeKind.Module Then
438
If Me.
TypeKind
= TypeKind.Module Then
666
Dim ensureParameterlessConstructor As Boolean = (
TypeKind
= TypeKind.Structure OrElse
TypeKind
= TypeKind.Enum) AndAlso Not IsShared
1138
Select Case Me.
TypeKind
1313
Dim typeKind = Me.
TypeKind