60 references to ProcessingInstruction
SMDiagnostics (4)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (4)
269base(XPathNodeType.ProcessingInstruction, parent) 630case XPathNodeType.ProcessingInstruction: 688case XPathNodeType.ProcessingInstruction: 810case XPathNodeType.ProcessingInstruction:
System.Data (3)
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
47xmlNodeType_To_XpathNodeType_Map[(int)(XmlNodeType.ProcessingInstruction)] = (int)XPathNodeType.ProcessingInstruction; 641xntChildInt == (int)XPathNodeType.ProcessingInstruction ); 648xntChildInt == (int)XPathNodeType.ProcessingInstruction );
System.Data.SqlXml (33)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3048case XmlNodeKindFlags.PI: kindsRuntime = XPathNodeType.ProcessingInstruction; break; 3077if ((kinds & XmlNodeKindFlags.PI) != 0) kindsUnion |= (1 << (int) XPathNodeType.ProcessingInstruction); 4243return XPathNodeType.ProcessingInstruction; 4255case QilNodeType.PICtor: return XPathNodeType.ProcessingInstruction;
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
140TypeFilters[(int) XPathNodeType.ProcessingInstruction] = new XmlNavTypeFilter(XPathNodeType.ProcessingInstruction);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (6)
752ConstructWithinContent(XPathNodeType.ProcessingInstruction); 755ValidateNames.ValidateNameThrow("", target, "", XPathNodeType.ProcessingInstruction, ValidateNames.Flags.AllExceptPrefixMapping); 1073case XPathNodeType.ProcessingInstruction: 1139Debug.Assert(rootType == XPathNodeType.Element || rootType == XPathNodeType.Comment || rootType == XPathNodeType.ProcessingInstruction); 1212case XmlState.WithinPI: return XPathNodeType.ProcessingInstruction; 1429case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
728case XPathNodeType.ProcessingInstruction: return code == XmlTypeCode.ProcessingInstruction;
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
285case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XPath\XPathParser.cs (2)
230nodeType = XPathNodeType.ProcessingInstruction; 237if (nodeType == XPathNodeType.ProcessingInstruction) {
System\Xml\Xsl\Xslt\Compiler.cs (1)
222XPathNodeType.ProcessingInstruction, ValidateNames.Flags.AllExceptPrefixMapping
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
147case XPathNodeType.ProcessingInstruction :
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
107case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
71case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
62case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
65case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
70nodeType != XPathNodeType.ProcessingInstruction
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
508case XPathNodeType.ProcessingInstruction: 653case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (2)
88if (processor.BeginEvent(XPathNodeType.ProcessingInstruction, string.Empty, frame.StoredOutput, string.Empty, false) == false) { 98if (processor.EndEvent(XPathNodeType.ProcessingInstruction) == false) {
System\Xml\Xsl\XsltOld\Processor.cs (3)
765case XPathNodeType.ProcessingInstruction: 796case XPathNodeType.ProcessingInstruction: 820case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
149case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
77case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\TextAction.cs (1)
53case XPathNodeType.ProcessingInstruction:
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
115case XPathNodeType.ProcessingInstruction:
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1975this.nodes[n].type = XPathNodeType.ProcessingInstruction;
System.Xml (17)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
325AddSibling(XPathNodeType.ProcessingInstruction, name, string.Empty, string.Empty, baseUri);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
199case XPathNodeType.ProcessingInstruction:
System\Xml\Core\XmlWriter.cs (1)
486case XPathNodeType.ProcessingInstruction:
System\Xml\Core\XmlWriterAsync.cs (1)
438case XPathNodeType.ProcessingInstruction:
System\Xml\Dom\XmlProcessingInstruction.cs (1)
95internal override XPathNodeType XPNodeType { get { return XPathNodeType.ProcessingInstruction; } }
System\Xml\ValidateNames.cs (2)
509case XPathNodeType.ProcessingInstruction: 568case XPathNodeType.ProcessingInstruction:
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
37if (TypeTest == XPathNodeType.ProcessingInstruction) {
System\Xml\XPath\Internal\DescendantQuery.cs (1)
38if (TypeTest == XPathNodeType.ProcessingInstruction) {
System\Xml\XPath\Internal\XPathParser.cs (2)
361this.scanner.Name == "processing-instruction" ? XPathNodeType.ProcessingInstruction : 369if (nodeType == XPathNodeType.ProcessingInstruction) {
System\Xml\XPath\XPathNavigator.cs (6)
1676(1 << (int) XPathNodeType.ProcessingInstruction), // ProcessingInstruction 1707case XPathNodeType.ProcessingInstruction: 1718case XPathNodeType.ProcessingInstruction: 1734case XPathNodeType.ProcessingInstruction: 1741case XPathNodeType.ProcessingInstruction: 1896case XPathNodeType.ProcessingInstruction:
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
192return XPathNodeType.ProcessingInstruction;