5 writes to _oldWriter
System.Private.DataContractSerialization (5)
System\Xml\XmlBaseWriter.cs (5)
63
_oldWriter
= null;
107
_oldWriter
= null;
1652
_oldWriter
= _signingWriter!.NodeWriter;
1665
_oldWriter
= _writer;
1704
_oldWriter
= null;
6 references to _oldWriter
System.Private.DataContractSerialization (6)
System\Xml\XmlBaseWriter.cs (6)
1629
if (_oldStream != null ||
_oldWriter
!= null)
1681
if (_oldStream == null &&
_oldWriter
== null)
1691
if (
_oldWriter
!= null)
1692
_signingWriter!.NodeWriter =
_oldWriter
;
1698
if (
_oldWriter
!= null)
1699
_writer =
_oldWriter
;