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