1 write to AllocationStart
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
235AllocationStart = gen.AllocationStart ?? 0,
6 references to AllocationStart
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (2)
3392TargetPointer gen0AllocStart = heapData.GenerationTable[0].AllocationStart; 3393TargetPointer gen1AllocStart = heapData.GenerationTable[1].AllocationStart;
SOSDacImpl.cs (4)
1432details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target); 1565details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target); 5765pGenerationData[i].allocation_start = gen.AllocationStart.ToClrDataAddress(_target); 5896pGenerationData[i].allocation_start = gen.AllocationStart.ToClrDataAddress(_target);