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