1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
108_target = target;
24 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (24)
Contracts\GCInfo\X86\GCInfo.cs (24)
203uint regionOffset = _target.GCDecodeUnsigned(ref ptr); 204uint regionSize = _target.GCDecodeUnsigned(ref ptr); 229_target.GCDecodeUnsigned(ref argTabPtr); 230_target.GCDecodeUnsigned(ref argTabPtr); 237_target.GCDecodeSigned(ref argTabPtr); 244_target.GCDecodeUnsigned(ref argTabPtr); 245_target.GCDecodeUnsigned(ref argTabPtr); 246_target.GCDecodeUnsigned(ref argTabPtr); 249GCArgTable argTable = new(_target, Header, argTabPtr); 311return (uint)(depth * _target.PointerSize); 324_target.GCDecodeUnsigned(ref offset); 325_target.GCDecodeUnsigned(ref offset); 347int delta = _target.GCDecodeSigned(ref offset); 356(uint)stkOffs >= _target.PointerSize * (Header.FrameSize + calleeSavedRegsCount)) 360stkOffs -= (int)(_target.PointerSize * (Header.FrameSize + calleeSavedRegsCount)); 378_target.GCDecodeUnsigned(ref offset); 379_target.GCDecodeUnsigned(ref offset); 383_target.GCDecodeSigned(ref offset); 395uint varOffsRaw = _target.GCDecodeUnsigned(ref offset); 396uint begOffs = _target.GCDecodeUDelta(ref offset, curOffs); 397uint endOffs = _target.GCDecodeUDelta(ref offset, begOffs); 474return Header.VarArgs ? 0u : Header.ArgCount * (uint)_target.PointerSize; 746int spOffset = (depthSlots - 1 - pushed.Key) * (int)_target.PointerSize; 780result.Add(new LiveSlot(IsRegister: false, RegisterNumber: 0, SpOffset: i * (int)_target.PointerSize, SpBase: spRelBase, GcFlags: gcFlags));