4 writes to ParsingInProgress
System.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1299
entity.
ParsingInProgress
= true;
1349
entity.
ParsingInProgress
= false;
System\Xml\Schema\DtdParserAsync.cs (2)
923
entity.
ParsingInProgress
= true;
975
entity.
ParsingInProgress
= false;
2 references to ParsingInProgress
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
3106
if ( entity.
ParsingInProgress
) {
System\Xml\Schema\DtdParserAsync.cs (1)
2472
if ( entity.
ParsingInProgress
) {