3 references to CheckValueFacets
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
2684exception = ((StringFacetsChecker)stringFacetsChecker).CheckValueFacets(stringValue, this, false);
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
1371return CheckValueFacets(stringValue, datatype, true); 1376return CheckValueFacets(value, datatype, true);