55 references to ProcessingInstruction
System.Data.Common (3)
System\Xml\XPathNodePointer.cs (3)
35/*XmlNodeType.ProcessingInstruction*/ (int)XPathNodeType.ProcessingInstruction, 696xntChildInt == (int)XPathNodeType.ProcessingInstruction), 704xntChildInt == (int)XPathNodeType.ProcessingInstruction),
System.Private.Xml (51)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
361AddSibling(XPathNodeType.ProcessingInstruction, name, string.Empty, string.Empty, baseUri);
System\Xml\Cache\XPathDocumentNavigator.cs (2)
83case XPathNodeType.ProcessingInstruction: 220case XPathNodeType.ProcessingInstruction:
System\Xml\Core\XmlWriter.cs (1)
481case XPathNodeType.ProcessingInstruction:
System\Xml\Core\XmlWriterAsync.cs (1)
481case XPathNodeType.ProcessingInstruction:
System\Xml\Dom\XmlProcessingInstruction.cs (1)
99internal override XPathNodeType XPNodeType => XPathNodeType.ProcessingInstruction;
System\Xml\ValidateNames.cs (2)
494case XPathNodeType.ProcessingInstruction: 564case XPathNodeType.ProcessingInstruction:
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
35if (TypeTest == XPathNodeType.ProcessingInstruction)
System\Xml\XPath\Internal\DescendantQuery.cs (1)
41if (TypeTest == XPathNodeType.ProcessingInstruction)
System\Xml\XPath\Internal\XPathParser.cs (2)
412_scanner.Name == "processing-instruction" ? XPathNodeType.ProcessingInstruction : 420if (nodeType == XPathNodeType.ProcessingInstruction)
System\Xml\XPath\XPathNavigator.cs (6)
1905(1 << (int) XPathNodeType.ProcessingInstruction), // ProcessingInstruction 1942case XPathNodeType.ProcessingInstruction: 1954case XPathNodeType.ProcessingInstruction: 1972case XPathNodeType.ProcessingInstruction: 1980case XPathNodeType.ProcessingInstruction: 2157case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3280case XmlNodeKindFlags.PI: kindsRuntime = XPathNodeType.ProcessingInstruction; break; 3311if ((kinds & XmlNodeKindFlags.PI) != 0) kindsUnion |= (1 << (int)XPathNodeType.ProcessingInstruction); 4584return XPathNodeType.ProcessingInstruction; 4598case QilNodeType.PICtor: return XPathNodeType.ProcessingInstruction;
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (2)
149filters[(int)XPathNodeType.ProcessingInstruction] = new XmlNavTypeFilter(XPathNodeType.ProcessingInstruction);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (6)
827ConstructWithinContent(XPathNodeType.ProcessingInstruction); 830ValidateNames.ValidateNameThrow("", target, "", XPathNodeType.ProcessingInstruction, ValidateNames.Flags.AllExceptPrefixMapping); 1185case XPathNodeType.ProcessingInstruction: 1257Debug.Assert(rootType == XPathNodeType.Element || rootType == XPathNodeType.Comment || rootType == XPathNodeType.ProcessingInstruction); 1337case XmlState.WithinPI: return XPathNodeType.ProcessingInstruction; 1572case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
772case XPathNodeType.ProcessingInstruction: return code == XmlTypeCode.ProcessingInstruction;
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
310case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XPath\XPathParser.cs (2)
263nodeType = XPathNodeType.ProcessingInstruction; 270if (nodeType == XPathNodeType.ProcessingInstruction)
System\Xml\Xsl\Xslt\Compiler.cs (1)
240XPathNodeType.ProcessingInstruction, ValidateNames.Flags.AllExceptPrefixMapping
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
163case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
116case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
80case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
69case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
74case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
82nodeType != XPathNodeType.ProcessingInstruction
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
610case XPathNodeType.ProcessingInstruction: 787case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\ProcessingInstructionAction.cs (2)
89if (processor.BeginEvent(XPathNodeType.ProcessingInstruction, string.Empty, frame.StoredOutput, string.Empty, false) == false) 100if (processor.EndEvent(XPathNodeType.ProcessingInstruction) == false)
System\Xml\Xsl\XsltOld\Processor.cs (3)
849case XPathNodeType.ProcessingInstruction: 882case XPathNodeType.ProcessingInstruction: 908case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
159case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
81case XPathNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\TextAction.cs (1)
57case XPathNodeType.ProcessingInstruction:
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
216return XPathNodeType.ProcessingInstruction;