Base:
method
WriteProcessingInstruction
System.Xml.XmlWriter.WriteProcessingInstruction(System.String, System.String)
3 references to WriteProcessingInstruction
Microsoft.Web.XmlTransform (1)
XmlAttributePreservingWriter.cs (1)
378
xmlWriter.
WriteProcessingInstruction
(name, text);
System.Private.Xml (2)
System\Xml\Core\XmlReader.cs (1)
1168
xtw.
WriteProcessingInstruction
(Name, Value);
System\Xml\Core\XmlReaderAsync.cs (1)
243
xtw.
WriteProcessingInstruction
(Name, Value);