5 writes to externalEntitiesDepth
System.Xml (5)
System\Xml\Schema\DtdParser.cs (3)
498
externalEntitiesDepth
++;
3117
externalEntitiesDepth
++;
3160
externalEntitiesDepth
--;
System\Xml\Schema\DtdParserAsync.cs (2)
143
externalEntitiesDepth
++;
2486
externalEntitiesDepth
++;
3 references to externalEntitiesDepth
System.Xml (3)
System\Xml\Schema\DtdParser.cs (2)
355
return
externalEntitiesDepth
== 0;
486
Debug.Assert(
externalEntitiesDepth
== 0 );
System\Xml\Schema\DtdParserAsync.cs (1)
131
Debug.Assert(
externalEntitiesDepth
== 0 );