3 references to AnyAtomicType
System.Private.Xml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
215
public static readonly XmlQueryType AnyAtomicTypeS = TF.PrimeProduct(
AnyAtomicType
, XmlQueryCardinality.ZeroOrMore);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
398
_f.Conditional(_f.Not(_f.IsType(k, T.
AnyAtomicType
)),
515
result = _f.Conditional(_f.Not(_f.IsType(u, T.
AnyAtomicType
)),