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)
168TryEnsureBytes(Math.Min(count, _windowOffsetMax - offset)); 198DiagnosticUtility.DebugAssert(_offsetMax < _windowOffsetMax, ""); 222DiagnosticUtility.DebugAssert(newOffsetMax <= _windowOffsetMax, "");