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