1 implementation of GetInternalCorElementType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1089public CorElementType GetInternalCorElementType(TypeHandle typeHandle)
5 references to GetInternalCorElementType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
104CdacCorElementType cdacType = Rts.GetInternalCorElementType(_typeHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
4583bool isReferenceType = rts.IsCorElementTypeObjRef(rts.GetInternalCorElementType(typeHandle)); 4639corField->fieldType = (int)rts.GetInternalCorElementType(mtHandle); 4715: rts.GetInternalCorElementType(typeHandle); 4778CorElementType componentType = rts.IsString(componentTypeHandle) ? CorElementType.String : rts.GetInternalCorElementType(componentTypeHandle);