4 writes to allocContextPtr
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1433
details->generation_table[i].
allocContextPtr
= genData.AllocationContextPointer.ToClrDataAddress(_target);
1566
details->generation_table[i].
allocContextPtr
= genData.AllocationContextPointer.ToClrDataAddress(_target);
5766
pGenerationData[i].
allocContextPtr
= gen.AllocationContextPointer.ToClrDataAddress(_target);
5897
pGenerationData[i].
allocContextPtr
= gen.AllocationContextPointer.ToClrDataAddress(_target);
12 references to allocContextPtr
Microsoft.Diagnostics.DataContractReader.Legacy (12)
SOSDacImpl.cs (12)
1470
Debug.Assert(details->generation_table[i].
allocContextPtr
== detailsLocal.generation_table[i].
allocContextPtr
, $"cDAC gen[{i}].allocContextPtr: {details->generation_table[i].
allocContextPtr
:x}, DAC: {detailsLocal.generation_table[i].
allocContextPtr
:x}");
1603
Debug.Assert(details->generation_table[i].
allocContextPtr
== detailsLocal.generation_table[i].
allocContextPtr
, $"cDAC gen[{i}].allocContextPtr: {details->generation_table[i].
allocContextPtr
:x}, DAC: {detailsLocal.generation_table[i].
allocContextPtr
:x}");
5795
Debug.Assert(pGenDataLocal[i].
allocContextPtr
== pGenerationData[i].
allocContextPtr
);
5926
Debug.Assert(pGenDataLocal[i].
allocContextPtr
== pGenerationData[i].
allocContextPtr
);