105 references to ProcessingInstruction
PresentationBuildTasks (3)
Framework\System\Windows\Markup\XamlReaderHelper.cs (3)
1326
case XmlNodeType.
ProcessingInstruction
:
2111
case XmlNodeType.
ProcessingInstruction
:
3814
case XmlNodeType.
ProcessingInstruction
:
System.Configuration (2)
System\Configuration\XmlUtil.cs (2)
728
else if (nodeType == XmlNodeType.
ProcessingInstruction
) {
1072
case XmlNodeType.
ProcessingInstruction
:
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlStream.cs (1)
605
case XmlNodeType.
ProcessingInstruction
:
fx\src\data\System\NewXml\DataPointer.cs (1)
423
case XmlNodeType.
ProcessingInstruction
:
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
972
case XmlNodeType.
ProcessingInstruction
:
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
47
xmlNodeType_To_XpathNodeType_Map[(int)(XmlNodeType.
ProcessingInstruction
)] = (int)XPathNodeType.ProcessingInstruction;
187
if ( nt == XmlNodeType.Element || nt == XmlNodeType.Attribute || nt == XmlNodeType.
ProcessingInstruction
)
216
if ( nt == XmlNodeType.Element || nt == XmlNodeType.Attribute || nt == XmlNodeType.
ProcessingInstruction
)
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
287
case XmlNodeType.
ProcessingInstruction
:
System.Data.Services (3)
System\Data\Services\Epm\EpmCustomContentDeSerializer.cs (1)
142
case XmlNodeType.
ProcessingInstruction
:
System\Data\Services\Serializers\PlainXmlDeserializer.cs (1)
352
case XmlNodeType.
ProcessingInstruction
:
System\Data\Services\WebUtil.cs (1)
1182
case XmlNodeType.
ProcessingInstruction
:
System.Data.Services.Client (1)
System\Data\Services\Client\AtomParser.cs (1)
763
case XmlNodeType.
ProcessingInstruction
:
System.Data.SqlXml (9)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
91
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Xsl\Xslt\XsltInput.cs (1)
880
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
71
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
338
this.currentInfo.NodeType = XmlNodeType.
ProcessingInstruction
;
568
Debug.Assert(this.mainNode.NodeType == XmlNodeType.
ProcessingInstruction
|| this.mainNode.NodeType == XmlNodeType.XmlDeclaration);
622
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Xsl\XsltOld\SequentialOutput.cs (2)
394
case XmlNodeType.
ProcessingInstruction
:
440
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
56
case XmlNodeType.
ProcessingInstruction
:
System.Runtime.Serialization (3)
System\Runtime\Serialization\XmlObjectSerializerReadContext.cs (1)
1029
case XmlNodeType.
ProcessingInstruction
:
System\Xml\XmlDictionaryReader.cs (1)
446
case XmlNodeType.
ProcessingInstruction
:
System\Xml\XmlDictionaryWriter.cs (1)
921
case XmlNodeType.
ProcessingInstruction
:
System.ServiceModel (1)
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1973
case XmlNodeType.
ProcessingInstruction
:
System.Web.Services (1)
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (1)
190
if (newReader.NodeType == XmlNodeType.
ProcessingInstruction
) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ComponentSerializationService.cs (1)
240
while (reader.NodeType != XmlNodeType.Element && reader.NodeType != XmlNodeType.
ProcessingInstruction
&& reader.Read());
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
132
while (xmlReader.Read() && xmlReader.NodeType != XmlNodeType.Element && xmlReader.NodeType != XmlNodeType.
ProcessingInstruction
);
1852
} while (reader.NodeType != XmlNodeType.Text && reader.NodeType != XmlNodeType.Element && reader.NodeType != XmlNodeType.
ProcessingInstruction
&& reader.NodeType != XmlNodeType.EndElement);
System.Xml (61)
System\Xml\BinaryXml\XmlBinaryReader.cs (5)
454
case XmlNodeType.
ProcessingInstruction
:
877
if (this.NodeType == XmlNodeType.
ProcessingInstruction
|| this.NodeType == XmlNodeType.Comment) {
878
while (Read() && (this.NodeType == XmlNodeType.
ProcessingInstruction
|| this.NodeType == XmlNodeType.Comment))
911
case XmlNodeType.
ProcessingInstruction
:
2788
this.nodetype = XmlNodeType.
ProcessingInstruction
;
System\Xml\Core\ReadContentAsBinaryHelper.cs (1)
409
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (1)
333
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XmlCharCheckingReader.cs (2)
191
case XmlNodeType.
ProcessingInstruction
:
240
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
59
case XmlNodeType.
ProcessingInstruction
:
108
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XmlReader.cs (3)
1109
case XmlNodeType.
ProcessingInstruction
:
1414
case XmlNodeType.
ProcessingInstruction
:
1742
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XmlReaderAsync.cs (2)
238
case XmlNodeType.
ProcessingInstruction
:
333
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XmlTextReaderImpl.cs (2)
5661
curNode.SetNamedNode( XmlNodeType.
ProcessingInstruction
, target );
8008
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
3652
curNode.SetNamedNode( XmlNodeType.
ProcessingInstruction
, target );
4962
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
814
type != XmlNodeType.Comment && type != XmlNodeType.
ProcessingInstruction
) {
System\Xml\Core\XmlValidatingReaderImplAsync.cs (1)
182
type != XmlNodeType.Comment && type != XmlNodeType.
ProcessingInstruction
) {
System\Xml\Core\XmlWriter.cs (1)
414
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XmlWriterAsync.cs (2)
306
case XmlNodeType.
ProcessingInstruction
:
366
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XsdCachingReader.cs (1)
366
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XsdCachingReaderAsync.cs (1)
50
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XsdValidatingReader.cs (3)
2000
case XmlNodeType.
ProcessingInstruction
:
2052
case XmlNodeType.
ProcessingInstruction
:
2097
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Core\XsdValidatingReaderAsync.cs (1)
727
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\DocumentSchemaValidator.cs (2)
286
case XmlNodeType.
ProcessingInstruction
:
668
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\DocumentXPathNavigator.cs (6)
70
case XmlNodeType.
ProcessingInstruction
:
114
case XmlNodeType.
ProcessingInstruction
:
1410
case XmlNodeType.
ProcessingInstruction
:
1463
case XmlNodeType.
ProcessingInstruction
:
1755
case XmlNodeType.
ProcessingInstruction
:
1765
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\XmlDocument.cs (6)
364
case XmlNodeType.
ProcessingInstruction
:
431
case XmlNodeType.
ProcessingInstruction
:
465
case XmlNodeType.
ProcessingInstruction
:
813
case XmlNodeType.
ProcessingInstruction
:
951
case XmlNodeType.
ProcessingInstruction
:
1028
return XmlNodeType.
ProcessingInstruction
;
System\Xml\Dom\XmlDocumentFragment.cs (1)
127
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\XmlElement.cs (1)
189
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\XmlEntity.cs (1)
89
type == XmlNodeType.
ProcessingInstruction
||
System\Xml\Dom\XmlEntityReference.cs (1)
125
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\XmlLoader.cs (2)
187
case XmlNodeType.
ProcessingInstruction
:
473
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\XmlNode.cs (1)
1217
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\XmlNodeReader.cs (1)
186
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Dom\XmlProcessingInstruction.cs (1)
75
get { return XmlNodeType.
ProcessingInstruction
;}
System\Xml\Schema\DtdValidator.cs (1)
67
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Schema\Inference\Infer.cs (1)
798
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)
271
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Serialization\XmlSerializationReader.cs (1)
1241
case XmlNodeType.
ProcessingInstruction
:
System\Xml\XPath\XPathDocument.cs (1)
248
case XmlNodeType.
ProcessingInstruction
:
System\Xml\XPath\XPathNavigator.cs (1)
1846
case XmlNodeType.
ProcessingInstruction
:
System\Xml\XPath\XPathNavigatorReader.cs (1)
57
XmlNodeType.
ProcessingInstruction
, // XPathNodeType.ProcessingInstruction
System.Xml.Linq (11)
System\Xml\Linq\XLinq.cs (6)
1845
case XmlNodeType.
ProcessingInstruction
:
3066
case XmlNodeType.
ProcessingInstruction
:
3165
case XmlNodeType.
ProcessingInstruction
:
6198
return XmlNodeType.
ProcessingInstruction
;
8191
case XmlNodeType.
ProcessingInstruction
:
8355
case XmlNodeType.
ProcessingInstruction
:
System\Xml\Linq\XNodeNavigator.cs (5)
14
(1 << (int)XmlNodeType.
ProcessingInstruction
) |
25
(1 << (int)XmlNodeType.
ProcessingInstruction
), // ProcessingInstruction
30
(1 << (int)XmlNodeType.
ProcessingInstruction
) |
191
case XmlNodeType.
ProcessingInstruction
:
255
case XmlNodeType.
ProcessingInstruction
: