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