1 instantiation of UndeclaredNotation
System.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
1409UndeclaredNotation un = new UndeclaredNotation(notationName, LineNo, LinePos - notationName.Length);
9 references to UndeclaredNotation
System.Xml (9)
System\Xml\Schema\DtdParser.cs (7)
130internal UndeclaredNotation next; 210Dictionary<string, UndeclaredNotation> undeclaredNotations = null; 415foreach ( UndeclaredNotation un in undeclaredNotations.Values ) { 416UndeclaredNotation tmpUn = un; 1407undeclaredNotations = new Dictionary<string, UndeclaredNotation>(); 1409UndeclaredNotation un = new UndeclaredNotation(notationName, LineNo, LinePos - notationName.Length); 1410UndeclaredNotation loggedUn;
System\Xml\Schema\DtdParserAsync.cs (2)
58foreach ( UndeclaredNotation un in undeclaredNotations.Values ) { 59UndeclaredNotation tmpUn = un;