Base:
method
WriteNode
Microsoft.Xml.XmlWriter.WriteNode(Microsoft.Xml.XmlReader, System.Boolean)
2 overrides of WriteNode
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
185public override void WriteNode(XmlReader reader, bool defattr)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
697public override void WriteNode(XmlReader reader, bool defattr)
3 references to WriteNode
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
188CoreWriter.WriteNode(reader, defattr);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
572writer.WriteNode(r, false); 603writer.WriteNode(r, false);