1 override of CheckValueFacets
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
888
internal override Exception
CheckValueFacets
(Int32 value, XmlSchemaDatatype datatype) {
2 references to CheckValueFacets
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
3048
exception = numeric10FacetsChecker.
CheckValueFacets
(int32Value, this);
3343
exception = numeric10FacetsChecker.
CheckValueFacets
((int)uint16Value, this);