Base:
method
CheckValueFacets
System.Xml.Schema.FacetsChecker.CheckValueFacets(System.Decimal, System.Xml.Schema.XmlSchemaDatatype)
6 references to CheckValueFacets
System.Private.Xml (6)
System\Xml\Schema\DataTypeImplementation.cs (2)
1800exception = s_numeric10FacetsChecker.CheckValueFacets(decimalValue, this); 3490exception = s_numeric10FacetsChecker.CheckValueFacets((decimal)uint64Value, this);
System\Xml\Schema\FacetChecker.cs (4)
1000return CheckValueFacets(decimalValue, datatype); 1064return CheckValueFacets(decimalValue, datatype); 1070return CheckValueFacets(decimalValue, datatype); 1075return CheckValueFacets(decimalValue, datatype);