1 override of CheckValueFacets
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
883
internal override Exception
CheckValueFacets
(Int64 value, XmlSchemaDatatype datatype) {
2 references to CheckValueFacets
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
2995
exception = numeric10FacetsChecker.
CheckValueFacets
(int64Value, this);
3290
exception = numeric10FacetsChecker.
CheckValueFacets
((long)uint32Value, this);