4 references to XmlSigningNodeWriter
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryReader.cs (1)
1501return new XmlSigningNodeWriter(false);
System\Xml\XmlBinaryWriter.cs (1)
1166return new XmlSigningNodeWriter(false);
System\Xml\XmlUTF8TextReader.cs (1)
1388return new XmlSigningNodeWriter(true);
System\Xml\XmlUTF8TextWriter.cs (1)
46return new XmlSigningNodeWriter(true);