1 implementation of GetInternalCorElementType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1149
public CorElementType
GetInternalCorElementType
(ITypeHandle typeHandle)
8 references to GetInternalCorElementType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
105
CdacCorElementType cdacType = Rts.
GetInternalCorElementType
(_typeHandle);
Microsoft.Diagnostics.DataContractReader.Legacy (7)
ClrDataTypeDefinition.cs (1)
188
*type = (uint)_target.Contracts.RuntimeTypeSystem.
GetInternalCorElementType
(_typeHandle);
Dbi\DacDbiImpl.cs (4)
5346
bool isReferenceType = rts.IsCorElementTypeObjRef(rts.
GetInternalCorElementType
(typeHandle));
5402
corField->fieldType = (int)rts.
GetInternalCorElementType
(mtHandle);
5478
: rts.
GetInternalCorElementType
(typeHandle);
5541
CorElementType componentType = rts.IsString(componentTypeHandle) ? CorElementType.String : rts.
GetInternalCorElementType
(componentTypeHandle);
TypeHandleExtensions.cs (2)
34
AddNameSuffix(result, runtimeTypeSystem.
GetInternalCorElementType
(typeHandle), rank);
65
CorElementType kind = runtimeTypeSystem.
GetInternalCorElementType
(typeHandle);