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