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