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