Base:
property
TypeKind
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.TypeKind
12 references to TypeKind
Microsoft.CodeAnalysis.CSharp (12)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1271
if (_containingType.
TypeKind
== TypeKind.Delegate)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (11)
119
if (this.
TypeKind
== TypeKind.Enum)
985
if (this.
TypeKind
== TypeKind.Enum)
1190
&& this.
TypeKind
== TypeKind.Enum)
1284
if (this.
TypeKind
== TypeKind.Enum)
1343
if (this.
TypeKind
== TypeKind.Struct)
1726
switch (this.
TypeKind
)
1905
if (this.
TypeKind
== TypeKind.Struct)
1988
var isOrdinaryEmbeddableStruct = (this.
TypeKind
== TypeKind.Struct) && (this.SpecialType == Microsoft.CodeAnalysis.SpecialType.None) && this.ContainingAssembly.IsLinked;
2130
else if (
TypeKind
== TypeKind.Class && SpecialType != SpecialType.System_Enum)
2291
if (this.
TypeKind
== TypeKind.Struct)
2319
if (this.
TypeKind
== TypeKind.Struct)