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