8 references to Comment
System.Private.Xml (8)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (1)
5185
if (typ == XmlQueryTypeFactory.
Comment
) return true;
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3257
else if ((object)typItem == (object)TypeFactory.
Comment
) kinds |= XmlNodeKindFlags.Comment;
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
794
return XmlQueryTypeFactory.
Comment
;
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
202
public static readonly XmlQueryType CommentS = TF.PrimeProduct(
Comment
, XmlQueryCardinality.ZeroOrMore);
208
public static readonly XmlQueryType Content = TF.Choice(Element,
Comment
, PI, Text);
235
public static readonly XmlQueryType UntypedNode = TF.Choice(UntypedDocument, UntypedElement, UntypedAttribute, Namespace, Text,
Comment
, PI);
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
496
matcher = MatchPatterns(it, T.
Comment
, _commentPatterns, matcher);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1869
case XmlNodeKindFlags.Comment: return _f.IsType(testNode, T.
Comment
);