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