1 write to _undeclaredNotations
System.Private.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
1352
_undeclaredNotations
??= new Dictionary<string, UndeclaredNotation>();
8 references to _undeclaredNotations
System.Private.Xml (8)
System\Xml\Schema\DtdParser.cs (5)
414
if (_validate &&
_undeclaredNotations
!= null)
416
foreach (UndeclaredNotation un in
_undeclaredNotations
.Values)
1314
_undeclaredNotations
?.Remove(notationName.Name);
1355
if (
_undeclaredNotations
.TryGetValue(notationName, out loggedUn))
1362
_undeclaredNotations
.Add(notationName, un);
System\Xml\Schema\DtdParserAsync.cs (3)
56
if (_validate &&
_undeclaredNotations
!= null)
58
foreach (UndeclaredNotation un in
_undeclaredNotations
.Values)
947
_undeclaredNotations
?.Remove(notationName.Name);