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