1 override of CheckValueFacets
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
839
internal override Exception
CheckValueFacets
(decimal value, XmlSchemaDatatype datatype) {
3 references to CheckValueFacets
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
1631
exception = numeric10FacetsChecker.
CheckValueFacets
(decimalValue, this);
2886
exception = FacetsChecker.
CheckValueFacets
(decimalValue, this);
3237
exception = numeric10FacetsChecker.
CheckValueFacets
((decimal)uint64Value, this);