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