1 write to MethodSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
114
MethodSize
= target.GCDecodeUnsigned(ref offset);
9 references to MethodSize
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\GCInfo\X86\GCInfo.cs (9)
118
Debug.Assert(relativeOffset <=
MethodSize
);
120
Header = InfoHdr.DecodeHeader(target, ref offset,
MethodSize
, (int)gcInfoVersion);
450
uint IGCInfoDecoder.GetCodeLength() =>
MethodSize
;
619
uint methodSize =
MethodSize
;
1013
CodeSize:
MethodSize
,
1022
GSCookieValidRangeEnd: gsCookie.HasValue ?
MethodSize
: 0,
1062
lifetimes.Add(new GCSlotLifetime(false, 0, slot.StackOffset, baseReg, gcFlags, 0,
MethodSize
));
1148
lifetimes.Add(new GCSlotLifetime(true, RegMaskToRegNum(reg), 0, 0, 0, beginOffset,
MethodSize
));
1153
lifetimes.Add(new GCSlotLifetime(false, 0, spOffset, 1u, gf, pushOff,
MethodSize
));