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