8 references to UndeclaredElementDecls
System.Xml (8)
System\Xml\Schema\DtdParser.cs (4)
627if (!schemaInfo.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl)) { 629schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 897if ( schemaInfo.UndeclaredElementDecls.TryGetValue(name, out elementDecl ) ) { 898schemaInfo.UndeclaredElementDecls.Remove( name );
System\Xml\Schema\DtdParserAsync.cs (4)
272if (!schemaInfo.UndeclaredElementDecls.TryGetValue(elementName, out elementDecl)) { 274schemaInfo.UndeclaredElementDecls.Add(elementName, elementDecl); 542if ( schemaInfo.UndeclaredElementDecls.TryGetValue(name, out elementDecl ) ) { 543schemaInfo.UndeclaredElementDecls.Remove( name );