1 write to AllocationStart
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
223AllocationStart = gen.AllocationStart ?? 0,
6 references to AllocationStart
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (2)
2222TargetPointer gen0AllocStart = heapData.GenerationTable[0].AllocationStart; 2223TargetPointer 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);