40 references to generation_table
Microsoft.Diagnostics.DataContractReader.Legacy (40)
SOSDacImpl.cs (40)
1410details->generation_table[i].start_segment = genData.StartSegment.ToClrDataAddress(_target);
1411details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target);
1412details->generation_table[i].allocContextPtr = genData.AllocationContextPointer.ToClrDataAddress(_target);
1413details->generation_table[i].allocContextLimit = genData.AllocationContextLimit.ToClrDataAddress(_target);
1447Debug.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}");
1448Debug.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}");
1449Debug.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}");
1450Debug.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}");
1543details->generation_table[i].start_segment = genData.StartSegment.ToClrDataAddress(_target);
1544details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target);
1545details->generation_table[i].allocContextPtr = genData.AllocationContextPointer.ToClrDataAddress(_target);
1546details->generation_table[i].allocContextLimit = genData.AllocationContextLimit.ToClrDataAddress(_target);
1580Debug.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}");
1581Debug.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}");
1582Debug.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}");
1583Debug.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}");