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++); 249val = _target.Read<byte>(offset++); 256argMask = _target.Read<byte>(offset++); 257val = _target.Read<byte>(offset++); 259nxt = _target.Read<byte>(offset++); 265curOffs += _target.Read<byte>(offset++); 266val = _target.Read<byte>(offset++); 269val = _target.Read<byte>(offset++); 275val = _target.Read<byte>(offset++); 279curOffs += _target.Read<uint>(offset); 281argMask = _target.Read<uint>(offset); 286byrefArgMask = _target.Read<uint>(offset); 291val = _target.Read<byte>(offset++); 296curOffs += _target.Read<uint>(offset); 298argCnt = _target.Read<uint>(offset); 300argTabSize = _target.Read<uint>(offset); 325val = _target.GCDecodeUnsigned(ref argOffset); 358uint pndOffs = _target.GCDecodeUnsigned(ref offset); 381uint val = _target.Read<byte>(offset++); 396uint pushCount = _target.GCDecodeUnsigned(ref offset); 410skip = _target.GCDecodeUnsigned(ref offset); 453val = _target.Read<byte>(offset++); 467callArgCnt = _target.GCDecodeUnsigned(ref offset); 468callPndMask = _target.GCDecodeUnsigned(ref offset); 477imask = _target.GCDecodeUnsigned(ref offset); 486val = _target.Read<byte>(offset++); 489lastSkip = _target.Read<uint>(offset); 492callArgCnt = _target.Read<uint>(offset); 494callPndTabCnt = _target.Read<uint>(offset);