1 implementation of GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1183TypeHandle 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)
2321th = rts.GetPrimitiveType(et); 2366th = rts.GetPrimitiveType(et); 2759Contracts.TypeHandle typeHandle = rts.GetPrimitiveType((CorElementType)simpleType); 3699corField->id.token1 = rts.GetPrimitiveType(CorElementType.I).Address.Value; 3706? rts.GetPrimitiveType(CorElementType.U) 3828TypeHandle charTypeHandle = rts.GetPrimitiveType(CorElementType.Char);
SOSDacImpl.cs (1)
1109data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.U).Address.ToClrDataAddress(_target);