1 write to FixupIgnoredBytes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\PrecodeMachineDescriptor.cs (1)
47FixupIgnoredBytes = new byte[FixupStubPrecodeSize.Value];
3 references to FixupIgnoredBytes
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\PrecodeStubs_3.cs (1)
86else if (ReadBytesAndCompare(instrPointer, precodeMachineDescriptor.FixupBytes!, precodeMachineDescriptor.FixupIgnoredBytes!, target))
Data\PrecodeMachineDescriptor.cs (2)
48target.ReadBuffer(address + (ulong)type.Fields[nameof(FixupIgnoredBytes)].Offset, FixupIgnoredBytes);