2 references to WriteProcessingInstruction
System.Private.Xml (2)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
350
this.
WriteProcessingInstruction
(name, text, string.Empty);
System\Xml\XPath\XPathDocument.cs (1)
266
builder.
WriteProcessingInstruction
(reader.LocalName, reader.Value, reader.BaseURI);