3 references to AnyAtomicType
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
218
public static readonly XmlQueryType AnyAtomicTypeS = TF.PrimeProduct(
AnyAtomicType
, XmlQueryCardinality.ZeroOrMore);
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (2)
333
f.Conditional(f.Not(f.IsType(k, T.
AnyAtomicType
)),
433
result = f.Conditional(f.Not(f.IsType(u, T.
AnyAtomicType
)),