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)
414if (_validate && _undeclaredNotations != null) 416foreach (UndeclaredNotation un in _undeclaredNotations.Values) 1314_undeclaredNotations?.Remove(notationName.Name); 1355if (_undeclaredNotations.TryGetValue(notationName, out loggedUn)) 1362_undeclaredNotations.Add(notationName, un);
System\Xml\Schema\DtdParserAsync.cs (3)
56if (_validate && _undeclaredNotations != null) 58foreach (UndeclaredNotation un in _undeclaredNotations.Values) 947_undeclaredNotations?.Remove(notationName.Name);