7 references to durationFacetsChecker
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (7)
1886
internal override FacetsChecker FacetsChecker { get { return
durationFacetsChecker
; } }
1926
exception =
durationFacetsChecker
.CheckLexicalFacets(ref s, this);
1933
exception =
durationFacetsChecker
.CheckValueFacets(timeSpanValue, this);
1957
exception =
durationFacetsChecker
.CheckLexicalFacets(ref s, this);
1969
exception =
durationFacetsChecker
.CheckValueFacets(timeSpanValue, this);
1996
exception =
durationFacetsChecker
.CheckLexicalFacets(ref s, this);
2007
exception =
durationFacetsChecker
.CheckValueFacets(timeSpanValue, this);