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