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