8 references to generation_table
Microsoft.Diagnostics.DataContractReader.Legacy (8)
SOSDacImpl.cs (8)
1475details->generation_table[i].start_segment = genData.StartSegment.ToClrDataAddress(_target); 1476details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target); 1477details->generation_table[i].allocContextPtr = genData.AllocationContextPointer.ToClrDataAddress(_target); 1478details->generation_table[i].allocContextLimit = genData.AllocationContextLimit.ToClrDataAddress(_target); 1609details->generation_table[i].start_segment = genData.StartSegment.ToClrDataAddress(_target); 1610details->generation_table[i].allocation_start = genData.AllocationStart.ToClrDataAddress(_target); 1611details->generation_table[i].allocContextPtr = genData.AllocationContextPointer.ToClrDataAddress(_target); 1612details->generation_table[i].allocContextLimit = genData.AllocationContextLimit.ToClrDataAddress(_target);