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