34 references to ValueType
Microsoft.Diagnostics.DataContractReader.Contracts (19)
Contracts\CallingConvention\CallingConvention_1.cs (5)
157
ElementType = isValueTypeThis ? CdacCorElementType.
ValueType
: CdacCorElementType.Class,
247
bool passedByRef = elemType == CdacCorElementType.
ValueType
259
if (elemType == CdacCorElementType.
ValueType
&& !passedByRef)
679
case CorElementType.
ValueType
:
908
else if (fieldType == CorElementType.
ValueType
)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
217
case CdacCorElementType.
ValueType
:
Contracts\ManagedTypeSource_1.cs (2)
141
bool isGC = type is CorElementType.Class or CorElementType.
ValueType
;
176
bool isGC = type is CorElementType.Class or CorElementType.
ValueType
;
Contracts\RuntimeMutableTypeSystem_1.cs (2)
100
return fieldType is CorElementType.
ValueType
or CorElementType.Class
145
if (fieldType == CorElementType.
ValueType
)
Contracts\RuntimeTypeSystem_1.cs (9)
725
case CorElementType.
ValueType
:
1109
case CorElementType.
ValueType
:
1133
return CorElementType.
ValueType
;
1152
if (sigType == CorElementType.
ValueType
&& typeHandle.IsMethodTable())
1155
if (internalType != CorElementType.
ValueType
)
1172
return (CorElementType)(typeDesc.TypeAndFlags & 0xFF) == CorElementType.
ValueType
;
1241
case CorElementType.
ValueType
:
2515
if (type == CorElementType.Class || type == CorElementType.
ValueType
)
2549
if (unboxValueTypes && type == CorElementType.
ValueType
&& !isRVA)
Microsoft.Diagnostics.DataContractReader.Legacy (15)
ClrDataFrame.cs (1)
628
CorElementType.
ValueType
=> ((uint)ClrDataValueFlag.IS_VALUE_TYPE, -1),
Dbi\DacDbiImpl.cs (5)
3354
case CorElementType.
ValueType
:
3496
case CorElementType.
ValueType
:
3544
case CorElementType.
ValueType
:
6430
case CorElementType.
ValueType
:
6568
case CorElementType.
ValueType
:
Dbi\TypeDataWalk.cs (3)
76
case CorElementType.
ValueType
:
105
case CorElementType.
ValueType
:
169
if ((typeDef is not null && _rts.IsValueType(typeDef)) || et == CorElementType.
ValueType
)
SigFormat.cs (4)
128
case CorElementType.
ValueType
:
167
case CorElementType.
ValueType
:
321
if (corElementType == CorElementType.
ValueType
&& runtimeTypeSystem.HasTypeParam(typeHandle))
347
case CorElementType.
ValueType
:
SOSDacImpl.cs (1)
1123
if (typeCode is CorElementType.Class or CorElementType.
ValueType
)
TypeNameBuilder.cs (1)
213
if (elemType != Contracts.CorElementType.
ValueType
)