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