7 references to IsAnyType
System.Data.SqlXml (7)
System\Xml\Xsl\XPath\XPathBuilder.cs (5)
192if (f.IsAnyType(left) || f.IsAnyType(right)) { 215if (f.IsAnyType(left) || f.IsAnyType(right)) { 409if (!f.IsAnyType(predicate)) {
System\Xml\Xsl\XPath\XPathQilFactory.cs (2)
47Debug.Assert(n != null && IsAnyType(n), "Must be of 'any' type"); 158Debug.Assert(IsAnyType(n), "Unexpected expression type: " + n.XmlType.ToString());