1 override of CheckValueFacets
System.Xml (1)
System\Xml\Schema\FacetChecker.cs (1)
1000
internal override Exception
CheckValueFacets
(TimeSpan value, XmlSchemaDatatype datatype) {
3 references to CheckValueFacets
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
1719
exception = durationFacetsChecker.
CheckValueFacets
(timeSpanValue, this);
1753
exception = durationFacetsChecker.
CheckValueFacets
(timeSpanValue, this);
1790
exception = durationFacetsChecker.
CheckValueFacets
(timeSpanValue, this);