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