34 references to ValueType
Microsoft.Diagnostics.DataContractReader.Contracts (19)
Contracts\CallingConvention\CallingConvention_1.cs (5)
157
ElementType = isValueTypeThis ? CdacCorElementType.
ValueType
: CdacCorElementType.Class,
227
bool passedByRef = elemType == CdacCorElementType.
ValueType
239
if (elemType == CdacCorElementType.
ValueType
&& !passedByRef)
654
case CorElementType.
ValueType
:
885
else if (fieldType == CorElementType.
ValueType
)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
178
case CdacCorElementType.
ValueType
:
Contracts\ManagedTypeSource_1.cs (2)
133
bool isGC = type is CorElementType.Class or CorElementType.
ValueType
;
168
bool isGC = type is CorElementType.Class or CorElementType.
ValueType
;
Contracts\RuntimeMutableTypeSystem_1.cs (1)
141
if (fieldType == CorElementType.
ValueType
)
Contracts\RuntimeTypeSystem_1.cs (9)
674
case CorElementType.
ValueType
:
1049
case CorElementType.
ValueType
:
1073
return CorElementType.
ValueType
;
1092
if (sigType == CorElementType.
ValueType
&& typeHandle.IsMethodTable())
1095
if (internalType != CorElementType.
ValueType
)
1112
return (CorElementType)(typeDesc.TypeAndFlags & 0xFF) == CorElementType.
ValueType
;
1181
case CorElementType.
ValueType
:
2322
if (type == CorElementType.Class || type == CorElementType.
ValueType
)
2356
if (unboxValueTypes && type == CorElementType.
ValueType
&& !isRVA)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
210
case CorElementType.
ValueType
:
Microsoft.Diagnostics.DataContractReader.Legacy (15)
ClrDataFrame.cs (1)
623
CorElementType.
ValueType
=> ((uint)ClrDataValueFlag.IS_VALUE_TYPE, -1),
Dbi\DacDbiImpl.cs (5)
2609
case CorElementType.
ValueType
:
2751
case CorElementType.
ValueType
:
2799
case CorElementType.
ValueType
:
5652
case CorElementType.
ValueType
:
5790
case CorElementType.
ValueType
:
Dbi\TypeDataWalk.cs (3)
76
case CorElementType.
ValueType
:
105
case CorElementType.
ValueType
:
171
if ((!typeDef.IsNull && _rts.IsValueType(typeDef)) || et == CorElementType.
ValueType
)
SigFormat.cs (4)
128
case CorElementType.
ValueType
:
167
case CorElementType.
ValueType
:
318
if (corElementType == CorElementType.
ValueType
&& runtimeTypeSystem.HasTypeParam(typeHandle))
344
case CorElementType.
ValueType
:
SOSDacImpl.cs (1)
1129
if (typeCode is CorElementType.Class or CorElementType.
ValueType
)
TypeNameBuilder.cs (1)
216
if (elemType != Contracts.CorElementType.
ValueType
)