40 references to generation_table
Microsoft.Diagnostics.DataContractReader.Legacy (40)
SOSDacImpl.cs (40)
1431details->generation_table[i].start_segment = genData.StartSegment.ToClrDataAddress(_target);
1432details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target);
1433details->generation_table[i].allocContextPtr = genData.AllocationContextPointer.ToClrDataAddress(_target);
1434details->generation_table[i].allocContextLimit = genData.AllocationContextLimit.ToClrDataAddress(_target);
1468Debug.Assert(details->generation_table[i].start_segment == detailsLocal.generation_table[i].start_segment, $"cDAC gen[{i}].start_segment: {details->generation_table[i].start_segment:x}, DAC: {detailsLocal.generation_table[i].start_segment:x}");
1469Debug.Assert(details->generation_table[i].allocation_start == detailsLocal.generation_table[i].allocation_start, $"cDAC gen[{i}].allocation_start: {details->generation_table[i].allocation_start:x}, DAC: {detailsLocal.generation_table[i].allocation_start:x}");
1470Debug.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}");
1471Debug.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}");
1564details->generation_table[i].start_segment = genData.StartSegment.ToClrDataAddress(_target);
1565details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target);
1566details->generation_table[i].allocContextPtr = genData.AllocationContextPointer.ToClrDataAddress(_target);
1567details->generation_table[i].allocContextLimit = genData.AllocationContextLimit.ToClrDataAddress(_target);
1601Debug.Assert(details->generation_table[i].start_segment == detailsLocal.generation_table[i].start_segment, $"cDAC gen[{i}].start_segment: {details->generation_table[i].start_segment:x}, DAC: {detailsLocal.generation_table[i].start_segment:x}");
1602Debug.Assert(details->generation_table[i].allocation_start == detailsLocal.generation_table[i].allocation_start, $"cDAC gen[{i}].allocation_start: {details->generation_table[i].allocation_start:x}, DAC: {detailsLocal.generation_table[i].allocation_start:x}");
1603Debug.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}");
1604Debug.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}");