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