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