6 references to Comment
System.Data.SqlXml (6)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
729
case XPathNodeType.Comment: return code == XmlTypeCode.
Comment
;
System\Xml\Xsl\XmlQueryTypeFactory.cs (5)
204
public static readonly XmlQueryType Comment = TF.Type(XmlTypeCode.
Comment
, false);
305
/* XPathNodeType.Comment */ XmlTypeCode.
Comment
,
370
case XmlTypeCode.
Comment
:
503
case XmlTypeCode.
Comment
: this.nodeKinds = XmlNodeKindFlags.Comment; break;
764
/* Comment */ XmlTypeCode.
Comment
,