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