1 instantiation of UndeclaredNotation
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (1)
1377
UndeclaredNotation un = new
UndeclaredNotation
(notationName, LineNo, LinePos - notationName.Length);
7 references to UndeclaredNotation
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\DtdParser.cs (7)
129
internal
UndeclaredNotation
next;
204
private Dictionary<string,
UndeclaredNotation
> _undeclaredNotations = null;
428
foreach (
UndeclaredNotation
un in _undeclaredNotations.Values)
430
UndeclaredNotation
tmpUn = un;
1375
_undeclaredNotations = new Dictionary<string,
UndeclaredNotation
>();
1377
UndeclaredNotation
un = new UndeclaredNotation(notationName, LineNo, LinePos - notationName.Length);
1378
UndeclaredNotation
loggedUn;