10 references to _elements
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (10)
43
schemaSet.elements =
_elements
;
64
AddToTable(
_elements
, element.QualifiedName, element);
143
foreach (XmlSchemaElement element in
_elements
.Values)
211
foreach (XmlSchemaElement element in
_elements
.Values)
249
foreach (XmlSchemaElement element in
_elements
.Values)
435
foreach (XmlSchemaElement element in
_elements
.Values)
439
XmlSchemaElement headElement =
_elements
[element.SubstitutionGroup] as XmlSchemaElement;
481
XmlSchemaElement examplar = (XmlSchemaElement)
_elements
[substitutionGroup.Examplar];
2706
XmlSchemaElement e = (XmlSchemaElement)
_elements
[xe.RefName];
2735
XmlSchemaElement examplar = (XmlSchemaElement)
_elements
[xe.SubstitutionGroup];