51 references to Comment
SMDiagnostics (4)
System\ServiceModel\Diagnostics\TraceXPathNavigator.cs (4)
60
: base(XPathNodeType.
Comment
, parent)
628
case XPathNodeType.
Comment
:
807
case XPathNodeType.
Comment
:
845
case XPathNodeType.
Comment
:
System.Data (3)
fx\src\data\System\NewXml\XPathNodePointer.cs (3)
48
xmlNodeType_To_XpathNodeType_Map[(int)(XmlNodeType.Comment)] = (int)XPathNodeType.
Comment
;
640
xntChildInt == (int)XPathNodeType.
Comment
||
645
xntChildInt == (int)XPathNodeType.
Comment
||
System.Data.SqlXml (30)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (4)
3049
case XmlNodeKindFlags.Comment: kindsRuntime = XPathNodeType.
Comment
; break;
3076
if ((kinds & XmlNodeKindFlags.Comment) != 0) kindsUnion |= (1 << (int) XPathNodeType.
Comment
);
4240
case XmlNodeKindFlags.Comment: return XPathNodeType.
Comment
;
4256
case QilNodeType.CommentCtor: return XPathNodeType.
Comment
;
System\Xml\Xsl\Runtime\XmlNavigatorFilter.cs (3)
137
TypeFilters = new XmlNavigatorFilter[(int) XPathNodeType.
Comment
+ 1];
141
TypeFilters[(int) XPathNodeType.
Comment
] = new XmlNavTypeFilter(XPathNodeType.
Comment
);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (5)
717
ConstructWithinContent(XPathNodeType.
Comment
);
1067
case XPathNodeType.
Comment
:
1139
Debug.Assert(rootType == XPathNodeType.Element || rootType == XPathNodeType.
Comment
|| rootType == XPathNodeType.ProcessingInstruction);
1211
case XmlState.WithinComment: return XPathNodeType.
Comment
;
1428
case XPathNodeType.
Comment
:
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
729
case XPathNodeType.
Comment
: return code == XmlTypeCode.Comment;
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
281
case XPathNodeType.
Comment
:
System\Xml\Xsl\XPath\XPathParser.cs (1)
225
case "comment": nodeType = XPathNodeType.
Comment
; break;
System\Xml\Xsl\XsltOld\ApplyTemplatesAction.cs (1)
106
case XPathNodeType.
Comment
:
System\Xml\Xsl\XsltOld\AttributeSetAction.cs (1)
70
case XPathNodeType.
Comment
:
System\Xml\Xsl\XsltOld\CallTemplateAction.cs (1)
61
case XPathNodeType.
Comment
:
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
64
case XPathNodeType.
Comment
:
System\Xml\Xsl\XsltOld\CommentAction.cs (2)
30
if (processor.BeginEvent(XPathNodeType.
Comment
, string.Empty, string.Empty, string.Empty, false) == false) {
40
if (processor.EndEvent(XPathNodeType.
Comment
) == false) {
System\Xml\Xsl\XsltOld\CompiledAction.cs (1)
69
nodeType != XPathNodeType.
Comment
&&
System\Xml\Xsl\XsltOld\ContainerAction.cs (2)
509
case XPathNodeType.
Comment
:
654
case XPathNodeType.
Comment
:
System\Xml\Xsl\XsltOld\Processor.cs (3)
766
case XPathNodeType.
Comment
:
797
case XPathNodeType.
Comment
:
821
case XPathNodeType.
Comment
:
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
154
case XPathNodeType.
Comment
:
System\Xml\Xsl\XsltOld\TemplateLookupAction.cs (1)
78
case XPathNodeType.
Comment
:
System\Xml\Xsl\XsltOld\TextAction.cs (1)
52
case XPathNodeType.
Comment
:
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QuerySelectOp.cs (1)
105
case XPathNodeType.
Comment
:
System\ServiceModel\Dispatcher\SeekableMessageNavigator.cs (1)
1966
this.nodes[n].type = XPathNodeType.
Comment
;
System.Xml (11)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
307
AddSibling(XPathNodeType.
Comment
, string.Empty, string.Empty, string.Empty, string.Empty);
System\Xml\Core\XmlWriter.cs (1)
483
case XPathNodeType.
Comment
:
System\Xml\Core\XmlWriterAsync.cs (1)
435
case XPathNodeType.
Comment
:
System\Xml\Dom\XmlComment.cs (1)
48
internal override XPathNodeType XPNodeType { get { return XPathNodeType.
Comment
; } }
System\Xml\XPath\Internal\XPathParser.cs (1)
358
this.scanner.Name == "comment" ? XPathNodeType.
Comment
:
System\Xml\XPath\XPathNavigator.cs (6)
1677
(1 << (int) XPathNodeType.
Comment
), // Comment
1708
case XPathNodeType.
Comment
:
1719
case XPathNodeType.
Comment
:
1735
case XPathNodeType.
Comment
:
1742
case XPathNodeType.
Comment
:
1903
case XPathNodeType.
Comment
:
System.Xml.Linq (1)
System\Xml\Linq\XNodeNavigator.cs (1)
190
return XPathNodeType.
Comment
;