6 references to IsAnyType
System.Private.Xml (6)
System\Xml\Xsl\XPath\XPathBuilder.cs (5)
218
if (XPathQilFactory.
IsAnyType
(left) || XPathQilFactory.
IsAnyType
(right))
251
if (XPathQilFactory.
IsAnyType
(left) || XPathQilFactory.
IsAnyType
(right))
475
if (!XPathQilFactory.
IsAnyType
(predicate))
System\Xml\Xsl\XPath\XPathQilFactory.cs (1)
170
Debug.Assert(
IsAnyType
(n), $"Unexpected expression type: {n.XmlType}");