8 references to Attribute
System.Private.Xml (8)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (2)
3000if ((local8) == (XmlQueryTypeFactory.Attribute)) 3245if ((local7) == (XmlQueryTypeFactory.Attribute))
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
3254else if ((object)typItem == (object)TypeFactory.Attribute) kinds |= XmlNodeKindFlags.Attribute;
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
195public static readonly XmlQueryType AttributeQ = TF.PrimeProduct(Attribute, XmlQueryCardinality.ZeroOrOne); 196public static readonly XmlQueryType AttributeS = TF.PrimeProduct(Attribute, XmlQueryCardinality.ZeroOrMore); 212public static readonly XmlQueryType AttributeOrContent = TF.Choice(Attribute, Content);
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
499matcher = MatchPatterns(it, T.Attribute, _attributePatterns, matcher);
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
1867case XmlNodeKindFlags.Attribute: result = _f.IsType(testNode, T.Attribute); break;