3 writes to attributes
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
41
schemaSet.
attributes
= attributes;
System\Xml\Schema\XmlSchemaSet.cs (2)
216
attributes
= new XmlSchemaObjectTable();
1342
attributes
= new XmlSchemaObjectTable();
7 references to attributes
System.Xml (7)
System\Xml\Schema\XmlSchemaSet.cs (7)
215
if (
attributes
== null) {
218
return
attributes
;
1105
if (!AddToTable(
attributes
, attribute.QualifiedName, attribute)) {
1139
attributes
.Remove(attributeToRemove.QualifiedName);
1283
XmlSchemaAttribute attr = (XmlSchemaAttribute)
attributes
[attributeToRemove.QualifiedName];
1285
attributes
.Remove(attributeToRemove.QualifiedName);
1341
if (
attributes
== null) {