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