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)
4954TargetPointer gen0AllocStart = heapData.GenerationTable[0].AllocationStart; 4955TargetPointer gen1AllocStart = heapData.GenerationTable[1].AllocationStart;
SOSDacImpl.cs (4)
1410details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target); 1543details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target); 5770pGenerationData[i].allocation_start = gen.AllocationStart.ToClrDataAddress(_target); 5901pGenerationData[i].allocation_start = gen.AllocationStart.ToClrDataAddress(_target);