1 implementation of GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1353TypeHandle IRuntimeTypeSystem.GetPrimitiveType(CorElementType typeCode)
11 references to GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (1)
417return 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)
2758th = rts.GetPrimitiveType(et); 2803th = rts.GetPrimitiveType(et); 3298Contracts.TypeHandle typeHandle = rts.GetPrimitiveType((CorElementType)simpleType); 4629corField->id.token1 = rts.GetPrimitiveType(CorElementType.I).Address.Value; 4636? rts.GetPrimitiveType(CorElementType.U) 4761TypeHandle charTypeHandle = rts.GetPrimitiveType(CorElementType.Char);
Dbi\TypeDataWalk.cs (2)
87return _rts.GetPrimitiveType(et); 210return _rts.GetPrimitiveType(elementType);
SOSDacImpl.cs (1)
1088data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.U).Address.ToClrDataAddress(_target);