1 write to OffsetOfPrecodeType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\PrecodeMachineDescriptor.cs (1)
37OffsetOfPrecodeType = target.ReadField<byte>(address, type, nameof(OffsetOfPrecodeType));
4 references to OffsetOfPrecodeType
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\PrecodeStubs_1.cs (2)
45byte precodeType = target.Read<byte>(instrPointer + precodeMachineDescriptor.OffsetOfPrecodeType!.Value); 50ushort precodeType = target.Read<ushort>(instrPointer + precodeMachineDescriptor.OffsetOfPrecodeType!.Value);
Data\PrecodeMachineDescriptor.cs (2)
35if (type.Fields.ContainsKey(nameof(OffsetOfPrecodeType))) 37OffsetOfPrecodeType = target.ReadField<byte>(address, type, nameof(OffsetOfPrecodeType));