1 override of CheckValueFacets
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
892
internal override Exception
CheckValueFacets
(Int16 value, XmlSchemaDatatype datatype) {
3 references to CheckValueFacets
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
3102
exception = numeric10FacetsChecker.
CheckValueFacets
(int16Value, this);
3155
exception = numeric10FacetsChecker.
CheckValueFacets
((short)sbyteValue, this);
3395
exception = numeric10FacetsChecker.
CheckValueFacets
((short)byteValue, this);