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