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