Base:
property
TypeKind
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.TypeKind
12 references to TypeKind
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1271if (_containingType.TypeKind == TypeKind.Delegate)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (11)
120if (this.TypeKind == TypeKind.Enum) 1006if (this.TypeKind == TypeKind.Enum) 1211&& this.TypeKind == TypeKind.Enum) 1305if (this.TypeKind == TypeKind.Enum) 1364if (this.TypeKind == TypeKind.Struct) 1747switch (this.TypeKind) 1926if (this.TypeKind == TypeKind.Struct) 2009var isOrdinaryEmbeddableStruct = (this.TypeKind == TypeKind.Struct) && (this.SpecialType == Microsoft.CodeAnalysis.SpecialType.None) && this.ContainingAssembly.IsLinked; 2151else if (TypeKind == TypeKind.Class && SpecialType != SpecialType.System_Enum) 2312if (this.TypeKind == TypeKind.Struct) 2340if (this.TypeKind == TypeKind.Struct)