1 instantiation of UndeclaredNotation
System.Private.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
1353
UndeclaredNotation un = new
UndeclaredNotation
(notationName, LineNo, LinePos - notationName.Length);
9 references to UndeclaredNotation
System.Private.Xml (9)
System\Xml\Schema\DtdParser.cs (7)
123
internal
UndeclaredNotation
? next;
195
private Dictionary<string,
UndeclaredNotation
>? _undeclaredNotations;
416
foreach (
UndeclaredNotation
un in _undeclaredNotations.Values)
418
UndeclaredNotation
? tmpUn = un;
1352
_undeclaredNotations ??= new Dictionary<string,
UndeclaredNotation
>();
1353
UndeclaredNotation
un = new UndeclaredNotation(notationName, LineNo, LinePos - notationName.Length);
1354
UndeclaredNotation
? loggedUn;
System\Xml\Schema\DtdParserAsync.cs (2)
58
foreach (
UndeclaredNotation
un in _undeclaredNotations.Values)
60
UndeclaredNotation
? tmpUn = un;