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