1 implementation of GetInternalCorElementType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
874
public CorElementType
GetInternalCorElementType
(TypeHandle typeHandle)
2 references to GetInternalCorElementType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2047
pLayout->type = (int)(rts.IsString(typeHandle) ? CorElementType.String : rts.
GetInternalCorElementType
(typeHandle));
2108
CorElementType componentType = rts.IsString(componentTypeHandle) ? CorElementType.String : rts.
GetInternalCorElementType
(componentTypeHandle);