6 references to ProcessingInstruction
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
728
case XPathNodeType.ProcessingInstruction: return code == XmlTypeCode.
ProcessingInstruction
;
System\Xml\Xsl\XmlQueryTypeFactory.cs (5)
206
public static readonly XmlQueryType PI = TF.Type(XmlTypeCode.
ProcessingInstruction
, false);
304
/* XPathNodeType.ProcessingInstruction */ XmlTypeCode.
ProcessingInstruction
,
369
case XmlTypeCode.
ProcessingInstruction
:
502
case XmlTypeCode.
ProcessingInstruction
: this.nodeKinds = XmlNodeKindFlags.PI; break;
765
/* PI */ XmlTypeCode.
ProcessingInstruction
,