3 writes to attributes
System.Private.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
42
schemaSet.
attributes
= _attributes;
System\Xml\Schema\XmlSchemaSet.cs (2)
178
public XmlSchemaObjectTable GlobalAttributes =>
attributes
??= new XmlSchemaObjectTable();
1430
attributes
??= new XmlSchemaObjectTable();
4 references to attributes
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaSet.cs (4)
1130
if (!AddToTable(
attributes
!, attribute!.QualifiedName, attribute))
1175
attributes
!.Remove(attributeToRemove.QualifiedName);
1352
XmlSchemaAttribute? attr = (XmlSchemaAttribute?)
attributes
![attributeToRemove!.QualifiedName];
1355
attributes
.Remove(attributeToRemove.QualifiedName);