3 writes to _windowOffsetMax
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (3)
84
_windowOffsetMax
= _streamBuffer.Length;
118
_windowOffsetMax
= 0;
280
_windowOffsetMax
= Math.Max(windowOffset + windowLength, _offsetMax);
3 references to _windowOffsetMax
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (3)
168
TryEnsureBytes(Math.Min(count,
_windowOffsetMax
- offset));
198
DiagnosticUtility.DebugAssert(_offsetMax <
_windowOffsetMax
, "");
222
DiagnosticUtility.DebugAssert(newOffsetMax <=
_windowOffsetMax
, "");