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