1 write to AllocationStart
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
235
AllocationStart
= gen.AllocationStart ?? 0,
6 references to AllocationStart
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\DacDbiImpl.cs (2)
4182
TargetPointer gen0AllocStart = heapData.GenerationTable[0].
AllocationStart
;
4183
TargetPointer gen1AllocStart = heapData.GenerationTable[1].
AllocationStart
;
SOSDacImpl.cs (4)
1411
details->generation_table[i].allocation_start = genData.
AllocationStart
.ToClrDataAddress(_target);
1544
details->generation_table[i].allocation_start = genData.
AllocationStart
.ToClrDataAddress(_target);
5753
pGenerationData[i].allocation_start = gen.
AllocationStart
.ToClrDataAddress(_target);
5884
pGenerationData[i].allocation_start = gen.
AllocationStart
.ToClrDataAddress(_target);