9 references to LocalElements
System.Private.Xml (9)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
366
complexType.
LocalElements
.Clear();
2579
if (complexType.
LocalElements
[localElement.QualifiedName] == null)
2581
complexType.
LocalElements
.Add(localElement.QualifiedName, localElement);
2585
XmlSchemaElement element = (XmlSchemaElement)complexType.
LocalElements
[localElement.QualifiedName]!;
System\Xml\Schema\SchemaSetCompiler.cs (5)
355
complexType.
LocalElements
.Clear();
1147
foreach (XmlSchemaElement? localElement in complexType.
LocalElements
.Values)
2961
if (complexType.
LocalElements
[localElement.QualifiedName] == null)
2963
complexType.
LocalElements
.Add(localElement.QualifiedName, localElement);
2967
XmlSchemaElement element = (XmlSchemaElement)complexType.
LocalElements
[localElement.QualifiedName]!;