22 references to Class
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\CallingConvention\CallingConvention_1.cs (2)
157
ElementType = isValueTypeThis ? CdacCorElementType.ValueType : CdacCorElementType.
Class
,
642
case CorElementType.
Class
:
Contracts\ManagedTypeSource_1.cs (3)
133
bool isGC = type is CorElementType.
Class
or CorElementType.ValueType;
168
bool isGC = type is CorElementType.
Class
or CorElementType.ValueType;
368
or CorElementType.
Class
Contracts\RuntimeMutableTypeSystem_1.cs (1)
149
else if (fieldType == CorElementType.
Class
)
Contracts\RuntimeTypeSystem_1.cs (3)
589
=> elementType is CorElementType.
Class
1077
return CorElementType.
Class
;
2322
if (type == CorElementType.
Class
|| type == CorElementType.ValueType)
Microsoft.Diagnostics.DataContractReader.Legacy (13)
ClrDataFrame.cs (1)
620
CorElementType.String or CorElementType.Object or CorElementType.
Class
Dbi\DacDbiImpl.cs (7)
2608
case CorElementType.
Class
:
2750
case CorElementType.
Class
:
2798
case CorElementType.
Class
:
5655
WriteLittleEndian(ref pTypeInfo->elementType, (int)CorElementType.
Class
);
5660
case CorElementType.
Class
:
5671
WriteLittleEndian(ref pTypeInfo->elementType, (int)CorElementType.
Class
);
5789
case CorElementType.
Class
:
Dbi\TypeDataWalk.cs (2)
75
case CorElementType.
Class
:
104
case CorElementType.
Class
:
SigFormat.cs (2)
129
case CorElementType.
Class
:
345
case CorElementType.
Class
:
SOSDacImpl.cs (1)
1129
if (typeCode is CorElementType.
Class
or CorElementType.ValueType)