1 override of CheckValueFacets
System.Private.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
1353internal override Exception? CheckValueFacets(string value, XmlSchemaDatatype datatype)
2 references to CheckValueFacets
System.Private.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
1465exception = stringFacetsChecker.CheckValueFacets(s, this); 2908exception = stringFacetsChecker.CheckValueFacets(s, this);