99 references to ProcessingInstruction
Microsoft.Build.Tasks.Core (1)
XamlTaskFactory\RelationsParser.cs (1)
596(node.NodeType != XmlNodeType.ProcessingInstruction) &&
Microsoft.Extensions.Configuration.Xml (1)
XmlStreamConfigurationProvider.cs (1)
159case XmlNodeType.ProcessingInstruction:
PresentationBuildTasks (3)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (3)
1318case XmlNodeType.ProcessingInstruction: 2096case XmlNodeType.ProcessingInstruction: 3807case XmlNodeType.ProcessingInstruction:
System.Configuration.ConfigurationManager (2)
System\Configuration\XmlUtil.cs (2)
689if (nodeType == XmlNodeType.ProcessingInstruction) 1033case XmlNodeType.ProcessingInstruction:
System.Data.Common (4)
System\Xml\DataPointer.cs (1)
521case XmlNodeType.ProcessingInstruction:
System\Xml\XmlDataDocument.cs (1)
1066XmlNodeType.ProcessingInstruction => CreateProcessingInstruction(dp.Name, dp.Value!),
System\Xml\XPathNodePointer.cs (2)
193if (nt == XmlNodeType.Element || nt == XmlNodeType.Attribute || nt == XmlNodeType.ProcessingInstruction) 227if (nt == XmlNodeType.Element || nt == XmlNodeType.Attribute || nt == XmlNodeType.ProcessingInstruction)
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
1032case XmlNodeType.ProcessingInstruction:
System\Xml\XmlDictionaryReader.cs (1)
416case XmlNodeType.ProcessingInstruction:
System\Xml\XmlDictionaryWriter.cs (1)
416case XmlNodeType.ProcessingInstruction:
System.Private.Xml (71)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
477case XmlNodeType.ProcessingInstruction: 999if (this.NodeType == XmlNodeType.ProcessingInstruction || this.NodeType == XmlNodeType.Comment) 1001while (Read() && (this.NodeType == XmlNodeType.ProcessingInstruction || this.NodeType == XmlNodeType.Comment)) 1040case XmlNodeType.ProcessingInstruction: 3153_nodetype = XmlNodeType.ProcessingInstruction;
System\Xml\Core\ReadContentAsBinaryHelper.cs (1)
429case XmlNodeType.ProcessingInstruction:
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (1)
351case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XmlCharCheckingReader.cs (2)
210case XmlNodeType.ProcessingInstruction: 269case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
72case XmlNodeType.ProcessingInstruction: 131case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XmlReader.cs (6)
1167case XmlNodeType.ProcessingInstruction: 1313Debug.Assert(0 == (IsTextualNodeBitmap & (1 << (int)XmlNodeType.ProcessingInstruction))); 1340Debug.Assert(0 != (CanReadContentAsBitmap & (1 << (int)XmlNodeType.ProcessingInstruction))); 1367Debug.Assert(0 != (HasValueBitmap & (1 << (int)XmlNodeType.ProcessingInstruction))); 1490case XmlNodeType.ProcessingInstruction: 1790case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XmlReaderAsync.cs (2)
241case XmlNodeType.ProcessingInstruction: 346case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XmlTextReaderImpl.cs (2)
6220_curNode.SetNamedNode(XmlNodeType.ProcessingInstruction, target); 8965case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
3924_curNode.SetNamedNode(XmlNodeType.ProcessingInstruction, target); 5341case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
977type != XmlNodeType.Comment && type != XmlNodeType.ProcessingInstruction)
System\Xml\Core\XmlWriter.cs (1)
404case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XmlWriterAsync.cs (2)
338case XmlNodeType.ProcessingInstruction: 401case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XsdCachingReader.cs (1)
425case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XsdCachingReaderAsync.cs (1)
57case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XsdValidatingReader.cs (3)
2544case XmlNodeType.ProcessingInstruction: 2612case XmlNodeType.ProcessingInstruction: 2673case XmlNodeType.ProcessingInstruction:
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
882case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\DocumentSchemaValidator.cs (2)
312case XmlNodeType.ProcessingInstruction: 749case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\DocumentXPathNavigator.cs (6)
75case XmlNodeType.ProcessingInstruction: 130case XmlNodeType.ProcessingInstruction: 1684case XmlNodeType.ProcessingInstruction: 1746case XmlNodeType.ProcessingInstruction: 2111case XmlNodeType.ProcessingInstruction: 2122case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\XmlDocument.cs (6)
466case XmlNodeType.ProcessingInstruction: 538case XmlNodeType.ProcessingInstruction: 577case XmlNodeType.ProcessingInstruction: 988case XmlNodeType.ProcessingInstruction: 1136case XmlNodeType.ProcessingInstruction: 1226return XmlNodeType.ProcessingInstruction;
System\Xml\Dom\XmlDocumentFragment.cs (1)
138case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\XmlElement.cs (1)
227case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\XmlEntity.cs (1)
94type == XmlNodeType.ProcessingInstruction ||
System\Xml\Dom\XmlEntityReference.cs (1)
142case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\XmlLoader.cs (2)
209case XmlNodeType.ProcessingInstruction: 537case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\XmlNode.cs (1)
1470case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\XmlNodeReader.cs (1)
189case XmlNodeType.ProcessingInstruction:
System\Xml\Dom\XmlProcessingInstruction.cs (1)
77public override XmlNodeType NodeType => XmlNodeType.ProcessingInstruction;
System\Xml\Schema\DtdValidator.cs (1)
76case XmlNodeType.ProcessingInstruction:
System\Xml\Schema\Inference\Infer.cs (1)
782do { _xtr.Read(); } while ((!_xtr.EOF) && ((_xtr.NodeType == XmlNodeType.CDATA) || (_xtr.NodeType == XmlNodeType.Text) || (_xtr.NodeType == XmlNodeType.Comment) || (_xtr.NodeType == XmlNodeType.ProcessingInstruction) || (_xtr.NodeType == XmlNodeType.Whitespace) || (_xtr.NodeType == XmlNodeType.SignificantWhitespace) || (_xtr.NodeType == XmlNodeType.XmlDeclaration)));
System\Xml\Schema\Parser.cs (1)
308case XmlNodeType.ProcessingInstruction:
System\Xml\Serialization\XmlSerializationReader.cs (1)
1279XmlNodeType.ProcessingInstruction => "<?",
System\Xml\XPath\XPathDocument.cs (1)
265case XmlNodeType.ProcessingInstruction:
System\Xml\XPath\XPathNavigator.cs (1)
2099case XmlNodeType.ProcessingInstruction:
System\Xml\XPath\XPathNavigatorReader.cs (1)
55XmlNodeType.ProcessingInstruction, // XPathNodeType.ProcessingInstruction
System\Xml\Xsl\Xslt\XsltInput.cs (1)
1044XmlNodeType.ProcessingInstruction => 2, // "<?"
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
71case XmlNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
382_currentInfo!.NodeType = XmlNodeType.ProcessingInstruction; 667Debug.Assert(_mainNode.NodeType == XmlNodeType.ProcessingInstruction || _mainNode.NodeType == XmlNodeType.XmlDeclaration); 730case XmlNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
443case XmlNodeType.ProcessingInstruction: 492case XmlNodeType.ProcessingInstruction:
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
52case XmlNodeType.ProcessingInstruction:
System.Private.Xml.Linq (14)
System\Xml\Linq\XContainer.cs (4)
937case XmlNodeType.ProcessingInstruction: 993case XmlNodeType.ProcessingInstruction: 1091case XmlNodeType.ProcessingInstruction: 1207case XmlNodeType.ProcessingInstruction:
System\Xml\Linq\XNode.cs (2)
445case XmlNodeType.ProcessingInstruction: 502case XmlNodeType.ProcessingInstruction:
System\Xml\Linq\XNodeReader.cs (2)
169case XmlNodeType.ProcessingInstruction: 376case XmlNodeType.ProcessingInstruction:
System\Xml\Linq\XProcessingInstruction.cs (1)
89return XmlNodeType.ProcessingInstruction;
System\Xml\XPath\XNodeNavigator.cs (5)
17(1 << (int)XmlNodeType.ProcessingInstruction) | 29(1 << (int)XmlNodeType.ProcessingInstruction), // ProcessingInstruction 34(1 << (int)XmlNodeType.ProcessingInstruction) | 215case XmlNodeType.ProcessingInstruction: 286case XmlNodeType.ProcessingInstruction: