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