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