4 writes to _streamBuffer
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (4)
80_streamBuffer = new byte[128]; 107_streamBuffer = null; 228_streamBuffer = newBuffer; 256_streamBuffer = newBuffer;
5 references to _streamBuffer
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (5)
78if (_streamBuffer == null) 82SetBuffer(stream, _streamBuffer, 0, 0, dictionary, session); 84_windowOffsetMax = _streamBuffer.Length; 105if (_streamBuffer != null && _streamBuffer.Length > 4096)