1 write to AllocationContextLimit
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
237AllocationContextLimit = gen.AllocationContext.Limit,
5 references to AllocationContextLimit
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
509TargetPointer limit = heap.GenerationTable[0].AllocationContextLimit;
Microsoft.Diagnostics.DataContractReader.Legacy (4)
SOSDacImpl.cs (4)
1413details->generation_table[i].allocContextLimit = genData.AllocationContextLimit.ToClrDataAddress(_target); 1546details->generation_table[i].allocContextLimit = genData.AllocationContextLimit.ToClrDataAddress(_target); 5755pGenerationData[i].allocContextLimit = gen.AllocationContextLimit.ToClrDataAddress(_target); 5886pGenerationData[i].allocContextLimit = gen.AllocationContextLimit.ToClrDataAddress(_target);