23 references to ValueType
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\ManagedTypeSource_1.cs (2)
133bool isGC = type is CorElementType.Class or CorElementType.ValueType; 168bool isGC = type is CorElementType.Class or CorElementType.ValueType;
Contracts\RuntimeTypeSystem_1.cs (8)
879case CorElementType.ValueType: 903return CorElementType.ValueType; 922if (sigType == CorElementType.ValueType && typeHandle.IsMethodTable()) 925if (internalType != CorElementType.ValueType) 942return (CorElementType)(typeDesc.TypeAndFlags & 0xFF) == CorElementType.ValueType; 1011case CorElementType.ValueType: 2111if (type == CorElementType.Class || type == CorElementType.ValueType) 2145if (unboxValueTypes && type == CorElementType.ValueType && !isRVA)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
210case CorElementType.ValueType:
Microsoft.Diagnostics.DataContractReader.Legacy (12)
ClrDataFrame.cs (1)
626CorElementType.ValueType => ((uint)ClrDataValueFlag.IS_VALUE_TYPE, -1),
Dbi\DacDbiImpl.cs (5)
2208case CorElementType.ValueType: 2314case CorElementType.ValueType: 2362case CorElementType.ValueType: 4543case CorElementType.ValueType: 4681case CorElementType.ValueType:
SigFormat.cs (4)
128case CorElementType.ValueType: 167case CorElementType.ValueType: 318if (corElementType == CorElementType.ValueType && runtimeTypeSystem.HasTypeParam(typeHandle)) 344case CorElementType.ValueType:
SOSDacImpl.cs (1)
1150if (typeCode is CorElementType.Class or CorElementType.ValueType)
TypeNameBuilder.cs (1)
216if (elemType != Contracts.CorElementType.ValueType)