1 override of CheckValueFacets
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
1011
internal override Exception
CheckValueFacets
(decimal value, XmlSchemaDatatype datatype)
3 references to CheckValueFacets
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
1838
exception = s_numeric10FacetsChecker.
CheckValueFacets
(decimalValue, this);
3185
exception = FacetsChecker.
CheckValueFacets
(decimalValue, this);
3560
exception = s_numeric10FacetsChecker.
CheckValueFacets
((decimal)uint64Value, this);