1 type derived from XmlProcessingInstruction
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlProcessingInstruction.cs (1)
10internal sealed class CanonicalXmlProcessingInstruction : XmlProcessingInstruction, ICanonicalizableNode
2 instantiations of 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!);
6 references to XmlProcessingInstruction
netstandard (1)
netstandard.cs (1)
2494[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlProcessingInstruction))]
System.Private.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
730public virtual XmlProcessingInstruction CreateProcessingInstruction(string target, string? data)
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
94public override XmlProcessingInstruction CreateProcessingInstruction(string target, string? data)
System.Xml (1)
System.Xml.cs (1)
223[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlProcessingInstruction))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
151[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlProcessingInstruction))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
21[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlProcessingInstruction))]