3 writes to elements
System.Private.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
41schemaSet.elements = _elements;
System\Xml\Schema\XmlSchemaSet.cs (2)
188public XmlSchemaObjectTable GlobalElements => elements ??= new XmlSchemaObjectTable(); 1441elements ??= new XmlSchemaObjectTable();
5 references to elements
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaSet.cs (5)
984XmlSchemaElement headElement = (XmlSchemaElement)elements![substitutionGroup.Examplar]!; 1135if (!AddToTable(elements!, element!.QualifiedName, element)) 1179elements!.Remove(elementToRemove.QualifiedName); 1355XmlSchemaElement? elem = (XmlSchemaElement?)elements![elementToRemove!.QualifiedName]; 1358elements.Remove(elementToRemove.QualifiedName);