2 writes to Values
System.Xml (2)
System\Xml\Schema\XdrBuilder.cs (2)
714
builder._ElementDef._ElementDecl.
Values
= new List<string>((string[]) obj);
969
builder._AttributeDef._AttDef.
Values
= new List<string>((string[]) obj);
10 references to Values
System.Xml (10)
System\Xml\Schema\DtdParser.cs (4)
774
if ( validate && !v1Compat && attrDef.
Values
!= null && attrDef.
Values
.Contains( notationName ) && !ignoreErrors ) {
813
if ( validate && !v1Compat && attrDef.
Values
!= null && attrDef.
Values
.Contains( nmtoken ) && !ignoreErrors ) {
System\Xml\Schema\DtdParserAsync.cs (4)
419
if ( validate && !v1Compat && attrDef.
Values
!= null && attrDef.
Values
.Contains( notationName ) && !ignoreErrors ) {
458
if ( validate && !v1Compat && attrDef.
Values
!= null && attrDef.
Values
.Contains( nmtoken ) && !ignoreErrors ) {
System\Xml\Schema\DtdValidator.cs (1)
314
if (decl.
Values
!= null && !decl.CheckEnumeration(typedValue)) {
System\Xml\Schema\XdrValidator.cs (1)
424
if (decl.
Values
!= null && !decl.CheckEnumeration(typedValue)) {