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