Base:
property
TypeKind
Microsoft.CodeAnalysis.CSharp.Symbols.TypeSymbol.TypeKind
15 references to TypeKind
Microsoft.CodeAnalysis.CSharp (15)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1349
if (_containingType.
TypeKind
== TypeKind.Delegate)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (14)
122
if (this.
TypeKind
is TypeKind.Enum or TypeKind.Extension)
1435
if (this.
TypeKind
== TypeKind.Enum)
1640
&& this.
TypeKind
== TypeKind.Enum)
1734
if (this.
TypeKind
== TypeKind.Enum)
1793
if (this.
TypeKind
== TypeKind.Struct)
2201
switch (this.
TypeKind
)
2405
bool checkForExtensionGroup = this.IsStatic && this.ContainingType is null && this.
TypeKind
== TypeKind.Class &&
2428
type.
TypeKind
== TypeKind.Class && type.BaseTypeNoUseSiteDiagnostics.IsObjectType() &&
2452
marker.
TypeKind
== TypeKind.Class && marker.BaseTypeNoUseSiteDiagnostics.IsObjectType() && marker.Arity == 0 &&
2492
if (this.
TypeKind
== TypeKind.Struct)
2575
var isOrdinaryEmbeddableStruct = (this.
TypeKind
== TypeKind.Struct) && (this.SpecialType == Microsoft.CodeAnalysis.SpecialType.None) && this.ContainingAssembly.IsLinked;
2739
else if (
TypeKind
== TypeKind.Class && SpecialType != SpecialType.System_Enum)
2900
if (this.
TypeKind
== TypeKind.Struct)
2949
if (this.
TypeKind
== TypeKind.Struct)