5 writes to _oldStream
System.Private.DataContractSerialization (5)
System\Xml\XmlBaseWriter.cs (5)
64
_oldStream
= null;
108
_oldStream
= null;
1657
_oldStream
= ((XmlStreamNodeWriter)_signingWriter!.NodeWriter).OutputStream;
1670
_oldStream
= _nodeWriter.OutputStream;
1705
_oldStream
= null;
4 references to _oldStream
System.Private.DataContractSerialization (4)
System\Xml\XmlBaseWriter.cs (4)
1629
if (
_oldStream
!= null || _oldWriter != null)
1681
if (
_oldStream
== null && _oldWriter == null)
1694
((XmlStreamNodeWriter)_signingWriter!.NodeWriter).OutputStream =
_oldStream
!; // Checked above. _oldStream can't be null if _oldWriter is.
1701
_nodeWriter.OutputStream =
_oldStream
!; // Checked above. _oldStream can't be null if _oldWriter is.