1 write to FixupPrecodeHeap
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\LoaderAllocator.cs (1)
23FixupPrecodeHeap = target.ReadPointerField(address, type, nameof(FixupPrecodeHeap));
4 references to FixupPrecodeHeap
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\Loader_1.cs (2)
714if (laType.Fields.ContainsKey(nameof(Data.LoaderAllocator.FixupPrecodeHeap))) 715heaps[LoaderAllocatorHeapType.FixupPrecodeHeap] = loaderAllocator.FixupPrecodeHeap!.Value;
Data\LoaderAllocator.cs (2)
22if (type.Fields.ContainsKey(nameof(FixupPrecodeHeap))) 23FixupPrecodeHeap = target.ReadPointerField(address, type, nameof(FixupPrecodeHeap));