5 references to attributes
System.Xml (5)
System\Xml\Schema\SchemaSetCompiler.cs (5)
41
schemaSet.attributes =
attributes
;
63
AddToTable(
attributes
, attribute.QualifiedName, attribute);
122
foreach (XmlSchemaAttribute attribute in
attributes
.Values) {
178
foreach (XmlSchemaAttribute attribute in
attributes
.Values) {
1974
XmlSchemaAttribute a = (XmlSchemaAttribute)
attributes
[xa.RefName];