4 writes to allocContextLimit
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1434
details->generation_table[i].
allocContextLimit
= genData.AllocationContextLimit.ToClrDataAddress(_target);
1567
details->generation_table[i].
allocContextLimit
= genData.AllocationContextLimit.ToClrDataAddress(_target);
5767
pGenerationData[i].
allocContextLimit
= gen.AllocationContextLimit.ToClrDataAddress(_target);
5898
pGenerationData[i].
allocContextLimit
= gen.AllocationContextLimit.ToClrDataAddress(_target);
12 references to allocContextLimit
Microsoft.Diagnostics.DataContractReader.Legacy (12)
SOSDacImpl.cs (12)
1471
Debug.Assert(details->generation_table[i].
allocContextLimit
== detailsLocal.generation_table[i].
allocContextLimit
, $"cDAC gen[{i}].allocContextLimit: {details->generation_table[i].
allocContextLimit
:x}, DAC: {detailsLocal.generation_table[i].
allocContextLimit
:x}");
1604
Debug.Assert(details->generation_table[i].
allocContextLimit
== detailsLocal.generation_table[i].
allocContextLimit
, $"cDAC gen[{i}].allocContextLimit: {details->generation_table[i].
allocContextLimit
:x}, DAC: {detailsLocal.generation_table[i].
allocContextLimit
:x}");
5796
Debug.Assert(pGenDataLocal[i].
allocContextLimit
== pGenerationData[i].
allocContextLimit
);
5927
Debug.Assert(pGenDataLocal[i].
allocContextLimit
== pGenerationData[i].
allocContextLimit
);