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))); 1173newNode = new XProcessingInstruction(r.Name, r.Value); 1297newNode = new XProcessingInstruction(r.Name, await r.GetValueAsync().ConfigureAwait(false));
System\Xml\Linq\XNode.cs (1)
503ret = new XProcessingInstruction(target, data);
System\Xml\Linq\XNodeBuilder.cs (1)
153AddNode(new XProcessingInstruction(name, text!));