4 references to CheckEnumeration
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
375if (decl.Values != null && !decl.CheckEnumeration(typedValue)) 601if (!attdef.CheckEnumeration(typedValue))
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
516if (decl.Values != null && !decl.CheckEnumeration(typedValue)) 602if (!attdef.CheckEnumeration(typedValue))