1 write to MethodSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
112MethodSize = target.GCDecodeUnsigned(ref offset);
4 references to MethodSize
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GCInfo\X86\GCInfo.cs (4)
116Debug.Assert(relativeOffset <= MethodSize); 118Header = InfoHdr.DecodeHeader(target, ref offset, MethodSize, (int)gcInfoVersion); 448uint IGCInfoDecoder.GetCodeLength() => MethodSize; 496uint methodSize = MethodSize;