3 references to AppendAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (2)
406
case DocumentXmlWriterType.
AppendAttribute
:
559
case DocumentXmlWriterType.
AppendAttribute
:
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1605
DocumentXmlWriter writer = new DocumentXmlWriter(DocumentXmlWriterType.
AppendAttribute
, _source, _document);