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