3 writes to elements
System.Private.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
41schemaSet.elements = _elements;
System\Xml\Schema\XmlSchemaSet.cs (2)
176public XmlSchemaObjectTable GlobalElements => elements ??= new XmlSchemaObjectTable(); 1429elements ??= new XmlSchemaObjectTable();
5 references to elements
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaSet.cs (5)
972XmlSchemaElement headElement = (XmlSchemaElement)elements![substitutionGroup.Examplar]!; 1123if (!AddToTable(elements!, element!.QualifiedName, element)) 1167elements!.Remove(elementToRemove.QualifiedName); 1343XmlSchemaElement? elem = (XmlSchemaElement?)elements![elementToRemove!.QualifiedName]; 1346elements.Remove(elementToRemove.QualifiedName);