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)
163
TryEnsureBytes(Math.Min(count,
_windowOffsetMax
- offset));
193
Debug.Assert(_offsetMax <
_windowOffsetMax
);
225
Debug.Assert(newOffsetMax <=
_windowOffsetMax
);