1 write to AllocationContextPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
236AllocationContextPointer = gen.AllocationContext.Pointer,
5 references to AllocationContextPointer
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
508TargetPointer ptr = heap.GenerationTable[0].AllocationContextPointer;
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1411details->generation_table[i].allocContextPtr = genData.AllocationContextPointer.ToClrDataAddress(_target); 1544details->generation_table[i].allocContextPtr = genData.AllocationContextPointer.ToClrDataAddress(_target); 5771pGenerationData[i].allocContextPtr = gen.AllocationContextPointer.ToClrDataAddress(_target); 5902pGenerationData[i].allocContextPtr = gen.AllocationContextPointer.ToClrDataAddress(_target);