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