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)
1629if (_oldStream != null || _oldWriter != null) 1681if (_oldStream == null && _oldWriter == null) 1691if (_oldWriter != null) 1692_signingWriter!.NodeWriter = _oldWriter; 1698if (_oldWriter != null) 1699_writer = _oldWriter;