1 override of CheckValueFacets
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
1079
internal override Exception
CheckValueFacets
(Int16 value, XmlSchemaDatatype datatype)
3 references to CheckValueFacets
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
3416
exception = s_numeric10FacetsChecker.
CheckValueFacets
(int16Value, this);
3472
exception = s_numeric10FacetsChecker.
CheckValueFacets
((short)sbyteValue, this);
3727
exception = s_numeric10FacetsChecker.
CheckValueFacets
((short)byteValue, this);