3 references to CheckValueFacets
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (1)
2418
exception = ((StringFacetsChecker)stringFacetsChecker).
CheckValueFacets
(stringValue, this, false);
System\Xml\Schema\FacetChecker.cs (2)
1119
return
CheckValueFacets
(stringValue, datatype, true);
1123
return
CheckValueFacets
(value, datatype, true);