17 references to ProcessingInstruction
dotnet-svcutil-lib (17)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
352
AddSibling(XPathNodeType.
ProcessingInstruction
, name, string.Empty, string.Empty, baseUri);
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentNavigator.cs (2)
86
case XPathNodeType.
ProcessingInstruction
:
221
case XPathNodeType.
ProcessingInstruction
:
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (1)
532
case XPathNodeType.
ProcessingInstruction
:
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlProcessingInstruction.cs (1)
107
internal override XPathNodeType XPNodeType { get { return XPathNodeType.
ProcessingInstruction
; } }
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (2)
532
case XPathNodeType.
ProcessingInstruction
:
602
case XPathNodeType.
ProcessingInstruction
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
42
if (TypeTest == XPathNodeType.
ProcessingInstruction
)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantQuery.cs (1)
44
if (TypeTest == XPathNodeType.
ProcessingInstruction
)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
421
_scanner.Name == "processing-instruction" ? XPathNodeType.
ProcessingInstruction
:
429
if (nodeType == XPathNodeType.
ProcessingInstruction
)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (6)
2001
(1 << (int) XPathNodeType.
ProcessingInstruction
), // ProcessingInstruction
2038
case XPathNodeType.
ProcessingInstruction
:
2050
case XPathNodeType.
ProcessingInstruction
:
2068
case XPathNodeType.
ProcessingInstruction
:
2076
case XPathNodeType.
ProcessingInstruction
:
2257
case XPathNodeType.
ProcessingInstruction
: