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