1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
83_target = target;
9 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\GCInfo\X86\GCInfo.cs (9)
175_target.GCDecodeUnsigned(ref argTabPtr); 176_target.GCDecodeUnsigned(ref argTabPtr); 183_target.GCDecodeSigned(ref argTabPtr); 190_target.GCDecodeUnsigned(ref argTabPtr); 191_target.GCDecodeUnsigned(ref argTabPtr); 192_target.GCDecodeUnsigned(ref argTabPtr); 195GCArgTable argTable = new(_target, Header, argTabPtr); 243return (uint)(depth * _target.PointerSize); 268return Header.VarArgs ? 0u : Header.ArgCount * (uint)_target.PointerSize;