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