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