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