4 references to CheckEnumeration
System.Xml (4)
System\Xml\Schema\DtdValidator.cs (2)
314if (decl.Values != null && !decl.CheckEnumeration(typedValue)) { 495if (!attdef.CheckEnumeration(typedValue)) {
System\Xml\Schema\XdrValidator.cs (2)
424if (decl.Values != null && !decl.CheckEnumeration(typedValue)) { 493if (!attdef.CheckEnumeration(typedValue)) {