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