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)
185
public override void
WriteNode
(XmlReader reader, bool defattr)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
697
public override void
WriteNode
(XmlReader reader, bool defattr)
3 references to WriteNode
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
188
CoreWriter.
WriteNode
(reader, defattr);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (2)
572
writer.
WriteNode
(r, false);
603
writer.
WriteNode
(r, false);