7 references to durationFacetsChecker
System.Xml (7)
System\Xml\Schema\DataTypeImplementation.cs (7)
1677
internal override FacetsChecker FacetsChecker { get { return
durationFacetsChecker
; } }
1712
exception =
durationFacetsChecker
.CheckLexicalFacets(ref s, this);
1719
exception =
durationFacetsChecker
.CheckValueFacets(timeSpanValue, this);
1741
exception =
durationFacetsChecker
.CheckLexicalFacets(ref s, this);
1753
exception =
durationFacetsChecker
.CheckValueFacets(timeSpanValue, this);
1779
exception =
durationFacetsChecker
.CheckLexicalFacets(ref s, this);
1790
exception =
durationFacetsChecker
.CheckValueFacets(timeSpanValue, this);