5 writes to oldWriter
System.Runtime.Serialization (5)
System\Xml\XmlBaseWriter.cs (5)
62
this.
oldWriter
= null;
104
oldWriter
= null;
1602
oldWriter
= signingWriter.NodeWriter;
1615
oldWriter
= writer;
1653
oldWriter
= null;
6 references to oldWriter
System.Runtime.Serialization (6)
System\Xml\XmlBaseWriter.cs (6)
1579
if (oldStream != null ||
oldWriter
!= null)
1630
if (oldStream == null &&
oldWriter
== null)
1640
if (
oldWriter
!= null)
1641
signingWriter.NodeWriter =
oldWriter
;
1647
if (
oldWriter
!= null)
1648
writer =
oldWriter
;