1 override of CheckValueFacets
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
1122
internal override Exception
CheckValueFacets
(string value, XmlSchemaDatatype datatype) {
2 references to CheckValueFacets
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
1309
exception = stringFacetsChecker.
CheckValueFacets
(s, this);
2679
exception = stringFacetsChecker.
CheckValueFacets
(s, this);