3 references to CheckValueFacets
System.Private.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (1)
2630
exception = StringFacetsChecker.
CheckValueFacets
(stringValue, this, false);
System\Xml\Schema\FacetChecker.cs (2)
1350
return
CheckValueFacets
(stringValue, datatype, true);
1355
return
CheckValueFacets
(value, datatype, true);