6 references to XProcessingInstruction
System.Private.Xml.Linq (6)
System\Xml\Linq\XContainer.cs (4)
1006
_currentContainer.AddNodeSkipNotify(new
XProcessingInstruction
(r.Name, r.Value));
1067
_currentContainer.AddNodeSkipNotify(new
XProcessingInstruction
(r.Name, await r.GetValueAsync().ConfigureAwait(false)));
1173
newNode = new
XProcessingInstruction
(r.Name, r.Value);
1297
newNode = new
XProcessingInstruction
(r.Name, await r.GetValueAsync().ConfigureAwait(false));
System\Xml\Linq\XNode.cs (1)
503
ret = new
XProcessingInstruction
(target, data);
System\Xml\Linq\XNodeBuilder.cs (1)
153
AddNode(new
XProcessingInstruction
(name, text!));