6 references to ProcessingInstruction
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
772
case XPathNodeType.ProcessingInstruction: return code == XmlTypeCode.
ProcessingInstruction
;
System\Xml\Xsl\XmlQueryTypeFactory.cs (5)
203
public static readonly XmlQueryType PI = TF.Type(XmlTypeCode.
ProcessingInstruction
, false);
310
/* XPathNodeType.ProcessingInstruction */ XmlTypeCode.
ProcessingInstruction
,
380
case XmlTypeCode.
ProcessingInstruction
:
523
XmlTypeCode.
ProcessingInstruction
=> XmlNodeKindFlags.PI,
800
/* PI */ XmlTypeCode.
ProcessingInstruction
,