1 instantiation of InstrumentedILOffsetMapping
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\106\Microsoft_Diagnostics_DataContractReader_Data.InstrumentedILOffsetMapping.g.cs (1)
49=> new InstrumentedILOffsetMapping(target, address);
8 references to InstrumentedILOffsetMapping
Microsoft.Diagnostics.DataContractReader.Contracts (8)
_generated\106\Microsoft_Diagnostics_DataContractReader_Data.InstrumentedILOffsetMapping.g.cs (2)
48static InstrumentedILOffsetMapping IData<InstrumentedILOffsetMapping>.Create(Target target, TargetPointer address)
_generated\97\Microsoft_Diagnostics_DataContractReader_Data.ILCodeVersionNode.g.cs (3)
218private Data.InstrumentedILOffsetMapping _InstrumentedILMap__value = default!; 221public partial Data.InstrumentedILOffsetMapping InstrumentedILMap 228_InstrumentedILMap__value = _target.ReadDataField<Data.InstrumentedILOffsetMapping>(b, t, n);
Contracts\CodeVersions_1.cs (1)
443Data.InstrumentedILOffsetMapping mapping = AsNode(ilCodeVersionHandle).InstrumentedILMap;
Data\ILCodeVersionNode.cs (1)
16[Field] public partial InstrumentedILOffsetMapping InstrumentedILMap { get; }
Data\InstrumentedILOffsetMapping.cs (1)
7internal sealed partial class InstrumentedILOffsetMapping : IData<InstrumentedILOffsetMapping>