1 write to RgAllocation
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\TableSegment.cs (1)
22RgAllocation = new byte[handleBlocksPerSegment];
4 references to RgAllocation
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (2)
518uBlock = tableSegment.RgAllocation[uBlock]; 524uBlock = tableSegment.RgAllocation[uBlock];
Data\TableSegment.cs (2)
21TargetPointer rgAllocationPtr = address + (ulong)type.Fields[nameof(RgAllocation)].Offset; 23target.ReadBuffer(rgAllocationPtr, RgAllocation);