2 references to IsNumeric
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
1028
Check(node.XmlType!.
IsNumeric
&& node.XmlType.IsSingleton && node.XmlType.IsStrict, node, $"Node's type {node.XmlType} must be a strict singleton numeric type");
1034
Check(node.XmlType!.
IsNumeric
&& node.XmlType.IsStrict, node, $"Node's type {node.XmlType} must be a strict numeric type");