1 implementation of GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1056
TypeHandle IRuntimeTypeSystem.
GetPrimitiveType
(CorElementType typeCode)
4 references to GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Signature\SignatureTypeProvider.cs (1)
69
=> _runtimeTypeSystem.
GetPrimitiveType
((CorElementType)typeCode);
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (2)
1556
Contracts.TypeHandle typeHandle = rts.
GetPrimitiveType
((CorElementType)simpleType);
2091
TypeHandle charTypeHandle = rts.
GetPrimitiveType
(CorElementType.Char);
SOSDacImpl.cs (1)
1109
data->MTOfType = rtsContract.
GetPrimitiveType
(CorElementType.U).Address.ToClrDataAddress(_target);