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)
378
If _lazyEnumUnderlyingType Is Nothing AndAlso
TypeKind
= TypeKind.Enum Then
418
Me.
TypeKind
<> TypeKind.Module Then
440
If Me.
TypeKind
= TypeKind.Module Then
668
Dim ensureParameterlessConstructor As Boolean = (
TypeKind
= TypeKind.Structure OrElse
TypeKind
= TypeKind.Enum) AndAlso Not IsShared
1152
Select Case Me.
TypeKind
1327
Dim typeKind = Me.
TypeKind