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