2 writes to IsNotationDeclared
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
799
elementDecl.
IsNotationDeclared
= true;
System\Xml\Schema\DtdParserAsync.cs (1)
443
elementDecl.
IsNotationDeclared
= true;
2 references to IsNotationDeclared
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
787
if (elementDecl.
IsNotationDeclared
&& !ignoreErrors)
System\Xml\Schema\DtdParserAsync.cs (1)
431
if (elementDecl.
IsNotationDeclared
&& !ignoreErrors)