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