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