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