2 writes to Values
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (2)
791
builder._ElementDef._ElementDecl.
Values
= new List<string>((string[])obj);
1091
builder._AttributeDef._AttDef.
Values
= new List<string>((string[])obj);
6 references to Values
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (4)
832
if (_validate && !_v1Compat && attrDef.
Values
!= null && attrDef.
Values
.Contains(notationName) && !ignoreErrors)
871
if (_validate && !_v1Compat && attrDef.
Values
!= null && attrDef.
Values
.Contains(nmtoken) && !ignoreErrors)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (1)
375
if (decl.
Values
!= null && !decl.CheckEnumeration(typedValue))
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (1)
516
if (decl.
Values
!= null && !decl.CheckEnumeration(typedValue))