1 write to MethodSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\X86\GCInfo.cs (1)
87MethodSize = target.GCDecodeUnsigned(ref offset);
3 references to MethodSize
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GCInfo\X86\GCInfo.cs (3)
91Debug.Assert(relativeOffset <= MethodSize); 93Header = InfoHdr.DecodeHeader(target, ref offset, MethodSize, (int)gcInfoVersion); 246uint IGCInfoDecoder.GetCodeLength() => MethodSize;