2 instantiations of 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 );
1 reference to XmlProcessingInstruction
System.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
599
public virtual
XmlProcessingInstruction
CreateProcessingInstruction( String target, String data ) {