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