10 references to _elements
System.Private.Xml (10)
System\Xml\Schema\SchemaSetCompiler.cs (10)
41
schemaSet.elements =
_elements
;
64
AddToTable(
_elements
, element!.QualifiedName, element);
150
foreach (XmlSchemaElement? element in
_elements
.Values)
221
foreach (XmlSchemaElement? element in
_elements
.Values)
262
foreach (XmlSchemaElement? element in
_elements
.Values)
449
foreach (XmlSchemaElement? element in
_elements
.Values)
453
XmlSchemaElement? headElement =
_elements
[element.SubstitutionGroup!] as XmlSchemaElement;
498
XmlSchemaElement examplar = (XmlSchemaElement)
_elements
[substitutionGroup.Examplar]!;
2653
XmlSchemaElement? e = (XmlSchemaElement?)
_elements
[xe.RefName];
2682
XmlSchemaElement? examplar = (XmlSchemaElement?)
_elements
[xe.SubstitutionGroup];