3 writes to elements
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (1)
40
schemaSet.
elements
= elements;
System\Xml\Schema\XmlSchemaSet.cs (2)
203
elements
= new XmlSchemaObjectTable();
1339
elements
= new XmlSchemaObjectTable();
8 references to elements
System.Xml (8)
System\Xml\Schema\XmlSchemaSet.cs (8)
202
if (
elements
== null) {
205
return
elements
;
970
XmlSchemaElement headElement = (XmlSchemaElement)
elements
[substitutionGroup.Examplar];
1100
if(!AddToTable(
elements
, element.QualifiedName, element)) {
1134
elements
.Remove(elementToRemove.QualifiedName);
1277
XmlSchemaElement elem = (XmlSchemaElement)
elements
[elementToRemove.QualifiedName];
1279
elements
.Remove(elementToRemove.QualifiedName);
1338
if (
elements
== null) {