18 references to ValueType
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\RuntimeTypeSystem_1.cs (10)
834case CorElementType.ValueType: 858return CorElementType.ValueType; 877if (sigType == CorElementType.ValueType && typeHandle.IsMethodTable()) 880if (internalType != CorElementType.ValueType) 897return (CorElementType)(typeDesc.TypeAndFlags & 0xFF) == CorElementType.ValueType; 912if (sigType != CorElementType.ValueType) 916return internalType != CorElementType.ValueType; 961case CorElementType.ValueType: 2096if (type == CorElementType.Class || type == CorElementType.ValueType) 2130if (unboxValueTypes && type == CorElementType.ValueType && !isRVA)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
210case CorElementType.ValueType:
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataFrame.cs (1)
626CorElementType.ValueType => ((uint)ClrDataValueFlag.IS_VALUE_TYPE, -1),
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)