3 references to XProcessingInstruction
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
3067
c.AddNodeSkipNotify(new
XProcessingInstruction
(r.Name, r.Value));
3166
n = new
XProcessingInstruction
(r.Name, r.Value);
7979
AddNode(new
XProcessingInstruction
(name, text));