10 references to elements
System.Xml (10)
System\Xml\Schema\SchemaSetCompiler.cs (10)
40
schemaSet.elements =
elements
;
57
AddToTable(
elements
, element.QualifiedName, element);
119
foreach (XmlSchemaElement element in
elements
.Values) {
173
foreach (XmlSchemaElement element in
elements
.Values) {
202
foreach (XmlSchemaElement element in
elements
.Values) {
350
foreach (XmlSchemaElement element in this.
elements
.Values) {
352
XmlSchemaElement headElement = this.
elements
[element.SubstitutionGroup] as XmlSchemaElement;
387
XmlSchemaElement examplar = (XmlSchemaElement)
elements
[substitutionGroup.Examplar];
2150
XmlSchemaElement e = (XmlSchemaElement)
elements
[xe.RefName];
2172
XmlSchemaElement examplar = (XmlSchemaElement)
elements
[xe.SubstitutionGroup];