3 references to XmlProcessingInstruction
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
733return new XmlProcessingInstruction(target, data, this);
System\Xml\Dom\XmlLoader.cs (1)
538node = new XmlProcessingInstruction(_reader!.Name, _reader.Value, _doc!);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs (1)
15: base(target, data, doc)