1 write to MethodSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
115
MethodSize
= target.GCDecodeUnsigned(ref offset);
9 references to MethodSize
Microsoft.Diagnostics.DataContractReader.Contracts (9)
Contracts\GCInfo\X86\GCInfo.cs (9)
119
Debug.Assert(relativeOffset <=
MethodSize
);
121
Header = InfoHdr.DecodeHeader(target, ref offset,
MethodSize
, (int)gcInfoVersion);
452
uint IGCInfoDecoder.GetCodeLength() =>
MethodSize
;
621
uint methodSize =
MethodSize
;
1015
CodeSize:
MethodSize
,
1024
GSCookieValidRangeEnd: gsCookie.HasValue ?
MethodSize
: 0,
1064
lifetimes.Add(new GCSlotLifetime(false, 0, slot.StackOffset, baseReg, gcFlags, 0,
MethodSize
));
1150
lifetimes.Add(new GCSlotLifetime(true, RegMaskToRegNum(reg), 0, 0, 0, beginOffset,
MethodSize
));
1155
lifetimes.Add(new GCSlotLifetime(false, 0, spOffset, 1u, gf, pushOff,
MethodSize
));