8 references to UndeclaredElementDecls
System.Private.Xml (8)
System\Xml\Schema\DtdParser.cs (4)
656
if (!_schemaInfo.
UndeclaredElementDecls
.TryGetValue(elementName, out elementDecl))
659
_schemaInfo.
UndeclaredElementDecls
.Add(elementName, elementDecl);
949
if (_schemaInfo.
UndeclaredElementDecls
.TryGetValue(name, out elementDecl))
951
_schemaInfo.
UndeclaredElementDecls
.Remove(name);
System\Xml\Schema\DtdParserAsync.cs (4)
300
if (!_schemaInfo.
UndeclaredElementDecls
.TryGetValue(elementName, out elementDecl))
303
_schemaInfo.
UndeclaredElementDecls
.Add(elementName, elementDecl);
593
if (_schemaInfo.
UndeclaredElementDecls
.TryGetValue(name, out elementDecl))
595
_schemaInfo.
UndeclaredElementDecls
.Remove(name);