4 writes to streamBuffer
System.Runtime.Serialization (4)
System\Xml\XmlBufferReader.cs (4)
74
streamBuffer
= new byte[128];
101
streamBuffer
= null;
225
streamBuffer
= newBuffer;
260
this.
streamBuffer
= newBuffer;
5 references to streamBuffer
System.Runtime.Serialization (5)
System\Xml\XmlBufferReader.cs (5)
72
if (
streamBuffer
== null)
76
SetBuffer(stream,
streamBuffer
, 0, 0, dictionary, session);
78
this.windowOffsetMax =
streamBuffer
.Length;
99
if (
streamBuffer
!= null &&
streamBuffer
.Length > 4096)