2 references to XmlProcessingInstruction
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
600return new XmlProcessingInstruction( target, data, this );
System\Xml\Dom\XmlLoader.cs (1)
474node = new XmlProcessingInstruction( reader.Name, reader.Value, this.doc );