1 implementation of GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1183
TypeHandle IRuntimeTypeSystem.
GetPrimitiveType
(CorElementType typeCode)
8 references to GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\SignatureTypeProvider.cs (1)
69
=> _runtimeTypeSystem.
GetPrimitiveType
((CorElementType)typeCode);
Microsoft.Diagnostics.DataContractReader.Legacy (7)
Dbi\DacDbiImpl.cs (6)
2321
th = rts.
GetPrimitiveType
(et);
2366
th = rts.
GetPrimitiveType
(et);
2759
Contracts.TypeHandle typeHandle = rts.
GetPrimitiveType
((CorElementType)simpleType);
3699
corField->id.token1 = rts.
GetPrimitiveType
(CorElementType.I).Address.Value;
3706
? rts.
GetPrimitiveType
(CorElementType.U)
3828
TypeHandle charTypeHandle = rts.
GetPrimitiveType
(CorElementType.Char);
SOSDacImpl.cs (1)
1109
data->MTOfType = rtsContract.
GetPrimitiveType
(CorElementType.U).Address.ToClrDataAddress(_target);