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