1 implementation of GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
1444ITypeHandle IRuntimeTypeSystem.GetPrimitiveType(CorElementType typeCode)
11 references to GetPrimitiveType
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CallingConvention_1.cs (1)
414return new CdacTypeHandle(rts.GetPrimitiveType(CdacCorElementType.I), _target);
Contracts\Signature\SignatureTypeProvider.cs (1)
70=> _runtimeTypeSystem.GetPrimitiveType((CorElementType)typeCode);
Microsoft.Diagnostics.DataContractReader.Legacy (9)
Dbi\DacDbiImpl.cs (6)
3503th = rts.GetPrimitiveType(et); 3548th = rts.GetPrimitiveType(et); 4047ITypeHandle typeHandle = rts.GetPrimitiveType((CorElementType)simpleType); 5392corField->id.token1 = rts.GetPrimitiveType(CorElementType.I).Address.Value; 5399? rts.GetPrimitiveType(CorElementType.U) 5524ITypeHandle charTypeHandle = rts.GetPrimitiveType(CorElementType.Char);
Dbi\TypeDataWalk.cs (2)
87return _rts.GetPrimitiveType(et); 206return _rts.GetPrimitiveType(elementType);
SOSDacImpl.cs (1)
1088data->MTOfType = rtsContract.GetPrimitiveType(CorElementType.U).Address.ToClrDataAddress(_target);