4 writes to ParsingInProgress
System.Private.Xml (4)
System\Xml\Schema\DtdParser.cs (2)
1239entity.ParsingInProgress = true; 1294entity.ParsingInProgress = false;
System\Xml\Schema\DtdParserAsync.cs (2)
870entity.ParsingInProgress = true; 927entity.ParsingInProgress = false;
2 references to ParsingInProgress
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
3265if (entity.ParsingInProgress)
System\Xml\Schema\DtdParserAsync.cs (1)
2595if (entity.ParsingInProgress)