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