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