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