1 write to undeclaredNotations
System.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
1407undeclaredNotations = new Dictionary<string, UndeclaredNotation>();
11 references to undeclaredNotations
System.Xml (11)
System\Xml\Schema\DtdParser.cs (7)
414if ( validate && undeclaredNotations != null ) { 415foreach ( UndeclaredNotation un in undeclaredNotations.Values ) { 1367if ( undeclaredNotations != null ) { 1368undeclaredNotations.Remove( notationName.Name ); 1406if (undeclaredNotations == null) { 1411if (undeclaredNotations.TryGetValue(notationName, out loggedUn)) { 1416undeclaredNotations.Add(notationName, un);
System\Xml\Schema\DtdParserAsync.cs (4)
57if ( validate && undeclaredNotations != null ) { 58foreach ( UndeclaredNotation un in undeclaredNotations.Values ) { 993if ( undeclaredNotations != null ) { 994undeclaredNotations.Remove( notationName.Name );