3 writes to _windowOffsetMax
System.Private.DataContractSerialization (3)
System\Xml\XmlBufferReader.cs (3)
79_windowOffsetMax = _streamBuffer.Length; 113_windowOffsetMax = 0; 284_windowOffsetMax = Math.Max(windowOffset + windowLength, _offsetMax);
3 references to _windowOffsetMax
System.Private.DataContractSerialization (3)
System\Xml\XmlBufferReader.cs (3)
163TryEnsureBytes(Math.Min(count, _windowOffsetMax - offset)); 193Debug.Assert(_offsetMax < _windowOffsetMax); 225Debug.Assert(newOffsetMax <= _windowOffsetMax);