5 references to unionFacetsChecker
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (5)
1222internal override FacetsChecker FacetsChecker { get { return unionFacetsChecker; } } 1274exception = unionFacetsChecker.CheckLexicalFacets(ref s, this); 1294exception = unionFacetsChecker.CheckValueFacets(typedValue, this); 1337exception = unionFacetsChecker.CheckLexicalFacets(ref s1, this); 1343exception = unionFacetsChecker.CheckValueFacets(typedValue, this);