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