3 references to AppendAttribute
System.Private.Xml (3)
System\Xml\Dom\DocumentXmlWriter.cs (2)
411
case DocumentXmlWriterType.
AppendAttribute
:
573
case DocumentXmlWriterType.
AppendAttribute
:
System\Xml\Dom\DocumentXPathNavigator.cs (1)
1590
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.
AppendAttribute
, _source, _document);