4 writes to _streamBuffer
System.Private.DataContractSerialization (4)
System\Xml\XmlBufferReader.cs (4)
76
_streamBuffer
??= new byte[128];
102
_streamBuffer
= null;
232
_streamBuffer
= newBuffer;
260
_streamBuffer
= newBuffer;
4 references to _streamBuffer
System.Private.DataContractSerialization (4)
System\Xml\XmlBufferReader.cs (4)
77
SetBuffer(stream,
_streamBuffer
, 0, 0, dictionary, session);
79
_windowOffsetMax =
_streamBuffer
.Length;
100
if (
_streamBuffer
!= null &&
_streamBuffer
.Length > 4096)