10 references to ElementDecls
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
636if (schInfo.ElementDecls.TryGetValue(qname, out elemDecl))
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
660IDictionaryEnumerator elementDecls = schInfo.ElementDecls.GetEnumerator();
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (3)
666if (!_schemaInfo.ElementDecls.TryGetValue(elementName, out elementDecl)) 952if (_schemaInfo.ElementDecls.TryGetValue(name, out elementDecl)) 969_schemaInfo.ElementDecls.Add(name, elementDecl);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
270schemaInfo.ElementDecls.Add(element.QualifiedName, element.ElementDecl);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
145schemaInfo.ElementDecls.Add(element.QualifiedName, element.ElementDecl);
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (3)
741if (builder._SchemaInfo.ElementDecls.ContainsKey(qname)) 747builder._SchemaInfo.ElementDecls.Add(qname, builder._ElementDef._ElementDecl); 1193if (!builder._SchemaInfo.ElementDecls.ContainsKey(qname))