2 references to WriteProcessingInstruction
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
341
this.
WriteProcessingInstruction
(name, text, string.Empty);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
277
builder.
WriteProcessingInstruction
(reader.LocalName, reader.Value, reader.BaseURI);