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