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)
78
if (
_streamBuffer
== null)
82
SetBuffer(stream,
_streamBuffer
, 0, 0, dictionary, session);
84
_windowOffsetMax =
_streamBuffer
.Length;
105
if (
_streamBuffer
!= null &&
_streamBuffer
.Length > 4096)