2 writes to Values
System.Private.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
783builder._ElementDef._ElementDecl!.Values = new List<string>((string[])obj); 1081builder._AttributeDef._AttDef!.Values = new List<string>((string[])obj);
10 references to Values
System.Private.Xml (10)
System\Xml\Schema\DtdParser.cs (4)
820if (_validate && !_v1Compat && attrDef.Values != null && attrDef.Values.Contains(notationName) && !ignoreErrors) 859if (_validate && !_v1Compat && attrDef.Values != null && attrDef.Values.Contains(nmtoken) && !ignoreErrors)
System\Xml\Schema\DtdParserAsync.cs (4)
464if (_validate && !_v1Compat && attrDef.Values != null && attrDef.Values.Contains(notationName) && !ignoreErrors) 503if (_validate && !_v1Compat && attrDef.Values != null && attrDef.Values.Contains(nmtoken) && !ignoreErrors)
System\Xml\Schema\DtdValidator.cs (1)
378if (decl.Values != null && !decl.CheckEnumeration(typedValue))
System\Xml\Schema\XdrValidator.cs (1)
517if (decl.Values != null && !decl.CheckEnumeration(typedValue))