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