2 writes to StubIgnoredBytes
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\PrecodeMachineDescriptor.cs (2)
49StubIgnoredBytes = new byte[StubPrecodeSize.Value]; 56StubIgnoredBytes = null;
3 references to StubIgnoredBytes
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\PrecodeStubs_3.cs (1)
53if (ReadBytesAndCompare(instrPointer, precodeMachineDescriptor.StubBytes!, precodeMachineDescriptor.StubIgnoredBytes!, target))
Data\PrecodeMachineDescriptor.cs (2)
50target.ReadBuffer(address + (ulong)type.Fields[nameof(StubIgnoredBytes)].Offset, StubIgnoredBytes);