2 writes to IsNotationDeclared
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
755
elementDecl.
IsNotationDeclared
= true;
System\Xml\Schema\DtdParserAsync.cs (1)
400
elementDecl.
IsNotationDeclared
= true;
2 references to IsNotationDeclared
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
746
if (elementDecl.
IsNotationDeclared
&& !ignoreErrors ) {
System\Xml\Schema\DtdParserAsync.cs (1)
391
if (elementDecl.
IsNotationDeclared
&& !ignoreErrors ) {