1 implementation of GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1056TypeHandle 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)
1556Contracts.TypeHandle typeHandle = rts.GetPrimitiveType((CorElementType)simpleType); 2091TypeHandle charTypeHandle = rts.GetPrimitiveType(CorElementType.Char);
SOSDacImpl.cs (1)
1109data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.U).Address.ToClrDataAddress(_target);