46 references to Comment
System.Data.Common (3)
System\Xml\XPathNodePointer.cs (3)
36/*XmlNodeType.Comment*/ (int)XPathNodeType.Comment, 695xntChildInt == (int)XPathNodeType.Comment || 701xntChildInt == (int)XPathNodeType.Comment ||
System.Private.Xml (42)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
341AddSibling(XPathNodeType.Comment, string.Empty, string.Empty, string.Empty, string.Empty);
System\Xml\Cache\XPathDocumentNavigator.cs (1)
82case XPathNodeType.Comment:
System\Xml\Core\XmlWriter.cs (1)
478case XPathNodeType.Comment:
System\Xml\Core\XmlWriterAsync.cs (1)
478case XPathNodeType.Comment:
System\Xml\Dom\XmlComment.cs (1)
53internal override XPathNodeType XPNodeType { get { return XPathNodeType.Comment; } }
System\Xml\XPath\Internal\XPathParser.cs (1)
409_scanner.Name == "comment" ? XPathNodeType.Comment :
System\Xml\XPath\XPathNavigator.cs (6)
1906(1 << (int) XPathNodeType.Comment), // Comment 1943case XPathNodeType.Comment: 1955case XPathNodeType.Comment: 1973case XPathNodeType.Comment: 1981case XPathNodeType.Comment: 2164case XPathNodeType.Comment:
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3281case XmlNodeKindFlags.Comment: kindsRuntime = XPathNodeType.Comment; break; 3310if ((kinds & XmlNodeKindFlags.Comment) != 0) kindsUnion |= (1 << (int)XPathNodeType.Comment); 4581case XmlNodeKindFlags.Comment: return XPathNodeType.Comment; 4599case QilNodeType.CommentCtor: return XPathNodeType.Comment;
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (3)
146var filters = new XmlNavigatorFilter[(int)XPathNodeType.Comment + 1]; 150filters[(int)XPathNodeType.Comment] = new XmlNavTypeFilter(XPathNodeType.Comment);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
789ConstructWithinContent(XPathNodeType.Comment); 1179case XPathNodeType.Comment: 1257Debug.Assert(rootType == XPathNodeType.Element || rootType == XPathNodeType.Comment || rootType == XPathNodeType.ProcessingInstruction); 1336case XmlState.WithinComment: return XPathNodeType.Comment; 1571case XPathNodeType.Comment:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
773case XPathNodeType.Comment: return code == XmlTypeCode.Comment;
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
306case XPathNodeType.Comment:
System\Xml\Xsl\XPath\XPathParser.cs (1)
258case "comment": nodeType = XPathNodeType.Comment; break;
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
115case XPathNodeType.Comment:
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
79case XPathNodeType.Comment:
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
68case XPathNodeType.Comment:
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
73case XPathNodeType.Comment:
System\Xml\Xsl\XsltOld\CommentAction.cs (2)
31if (processor.BeginEvent(XPathNodeType.Comment, string.Empty, string.Empty, string.Empty, false) == false) 42if (processor.EndEvent(XPathNodeType.Comment) == false)
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
81nodeType != XPathNodeType.Comment &&
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
611case XPathNodeType.Comment: 788case XPathNodeType.Comment:
System\Xml\Xsl\XsltOld\Processor.cs (3)
850case XPathNodeType.Comment: 883case XPathNodeType.Comment: 909case XPathNodeType.Comment:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
165case XPathNodeType.Comment:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
82case XPathNodeType.Comment:
System\Xml\Xsl\XsltOld\TextAction.cs (1)
56case XPathNodeType.Comment:
System.Private.Xml.Linq (1)
System\Xml\XPath\XNodeNavigator.cs (1)
214return XPathNodeType.Comment;