1 implementation of GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1353
TypeHandle IRuntimeTypeSystem.
GetPrimitiveType
(CorElementType typeCode)
11 references to GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (1)
417
return new CdacTypeHandle(rts.
GetPrimitiveType
(CdacCorElementType.I), _target);
Contracts\Signature\SignatureTypeProvider.cs (1)
69
=> _runtimeTypeSystem.
GetPrimitiveType
((CorElementType)typeCode);
Microsoft.Diagnostics.DataContractReader.Legacy (9)
Dbi\DacDbiImpl.cs (6)
2758
th = rts.
GetPrimitiveType
(et);
2803
th = rts.
GetPrimitiveType
(et);
3298
Contracts.TypeHandle typeHandle = rts.
GetPrimitiveType
((CorElementType)simpleType);
4629
corField->id.token1 = rts.
GetPrimitiveType
(CorElementType.I).Address.Value;
4636
? rts.
GetPrimitiveType
(CorElementType.U)
4761
TypeHandle charTypeHandle = rts.
GetPrimitiveType
(CorElementType.Char);
Dbi\TypeDataWalk.cs (2)
87
return _rts.
GetPrimitiveType
(et);
210
return _rts.
GetPrimitiveType
(elementType);
SOSDacImpl.cs (1)
1088
data->MTOfType = rtsContract.
GetPrimitiveType
(CorElementType.U).Address.ToClrDataAddress(_target);