2 references to IsNumeric
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
925
Check(node.XmlType.
IsNumeric
&& node.XmlType.IsSingleton && node.XmlType.IsStrict, node, "Node's type " + node.XmlType + " must be a strict singleton numeric type");
930
Check(node.XmlType.
IsNumeric
&& node.XmlType.IsStrict, node, "Node's type " + node.XmlType + " must be a strict numeric type");