3 writes to attributes
System.Private.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
42
schemaSet.
attributes
= _attributes;
System\Xml\Schema\XmlSchemaSet.cs (2)
190
public XmlSchemaObjectTable GlobalAttributes =>
attributes
??= new XmlSchemaObjectTable();
1442
attributes
??= new XmlSchemaObjectTable();
4 references to attributes
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaSet.cs (4)
1142
if (!AddToTable(
attributes
!, attribute!.QualifiedName, attribute))
1187
attributes
!.Remove(attributeToRemove.QualifiedName);
1364
XmlSchemaAttribute? attr = (XmlSchemaAttribute?)
attributes
![attributeToRemove!.QualifiedName];
1367
attributes
.Remove(attributeToRemove.QualifiedName);