1 write to _target
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCArgTable.cs (1)
20_target = target;
34 references to _target
Microsoft.Diagnostics.DataContractReader.Contracts (34)
Contracts\GCInfo\X86\GCArgTable.cs (34)
106uint val = _target.Read<byte>(offset++); 171val = _target.GCDecodeUnsigned(ref offset); 177argOffs = _target.GCDecodeUnsigned(ref offset); 181argOffs = _target.GCDecodeUnsigned(ref offset); 185argOffs = _target.GCDecodeUnsigned(ref offset); 213uint encType = _target.Read<byte>(offset++); 251val = _target.Read<byte>(offset++); 258argMask = _target.Read<byte>(offset++); 259val = _target.Read<byte>(offset++); 261nxt = _target.Read<byte>(offset++); 267curOffs += _target.Read<byte>(offset++); 268val = _target.Read<byte>(offset++); 271val = _target.Read<byte>(offset++); 277val = _target.Read<byte>(offset++); 281curOffs += _target.Read<uint>(offset); 283argMask = _target.Read<uint>(offset); 288byrefArgMask = _target.Read<uint>(offset); 293val = _target.Read<byte>(offset++); 298curOffs += _target.Read<uint>(offset); 300argCnt = _target.Read<uint>(offset); 302argTabSize = _target.Read<uint>(offset); 327val = _target.GCDecodeUnsigned(ref argOffset); 360uint pndOffs = _target.GCDecodeUnsigned(ref offset); 383uint val = _target.Read<byte>(offset++); 398uint pushCount = _target.GCDecodeUnsigned(ref offset); 412skip = _target.GCDecodeUnsigned(ref offset); 455val = _target.Read<byte>(offset++); 469callArgCnt = _target.GCDecodeUnsigned(ref offset); 470callPndMask = _target.GCDecodeUnsigned(ref offset); 479imask = _target.GCDecodeUnsigned(ref offset); 488val = _target.Read<byte>(offset++); 491lastSkip = _target.Read<uint>(offset); 494callArgCnt = _target.Read<uint>(offset); 496callPndTabCnt = _target.Read<uint>(offset);