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