1 write to undeclaredNotations
System.Xml (1)
System\Xml\Schema\DtdParser.cs (1)
1407
undeclaredNotations
= new Dictionary<string, UndeclaredNotation>();
11 references to undeclaredNotations
System.Xml (11)
System\Xml\Schema\DtdParser.cs (7)
414
if ( validate &&
undeclaredNotations
!= null ) {
415
foreach ( UndeclaredNotation un in
undeclaredNotations
.Values ) {
1367
if (
undeclaredNotations
!= null ) {
1368
undeclaredNotations
.Remove( notationName.Name );
1406
if (
undeclaredNotations
== null) {
1411
if (
undeclaredNotations
.TryGetValue(notationName, out loggedUn)) {
1416
undeclaredNotations
.Add(notationName, un);
System\Xml\Schema\DtdParserAsync.cs (4)
57
if ( validate &&
undeclaredNotations
!= null ) {
58
foreach ( UndeclaredNotation un in
undeclaredNotations
.Values ) {
993
if (
undeclaredNotations
!= null ) {
994
undeclaredNotations
.Remove( notationName.Name );