4 references to UndeclaredElementDecls
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (4)
668if (!_schemaInfo.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl)) 671_schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 961if (_schemaInfo.UndeclaredElementDecls.TryGetValue(name, out elementDecl)) 963_schemaInfo.UndeclaredElementDecls.Remove(name);