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)
48
static
InstrumentedILOffsetMapping
IData<
InstrumentedILOffsetMapping
>.Create(Target target, TargetPointer address)
_generated\97\Microsoft_Diagnostics_DataContractReader_Data.ILCodeVersionNode.g.cs (3)
218
private Data.
InstrumentedILOffsetMapping
_InstrumentedILMap__value = default!;
221
public partial Data.
InstrumentedILOffsetMapping
InstrumentedILMap
228
_InstrumentedILMap__value = _target.ReadDataField<Data.
InstrumentedILOffsetMapping
>(b, t, n);
Contracts\CodeVersions_1.cs (1)
443
Data.
InstrumentedILOffsetMapping
mapping = AsNode(ilCodeVersionHandle).InstrumentedILMap;
Data\ILCodeVersionNode.cs (1)
16
[Field] public partial
InstrumentedILOffsetMapping
InstrumentedILMap { get; }
Data\InstrumentedILOffsetMapping.cs (1)
7
internal sealed partial class InstrumentedILOffsetMapping : IData<
InstrumentedILOffsetMapping
>