3 writes to _activeBatchScopes
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
508
_activeBatchScopes
++;
517
_activeBatchScopes
++;
555
_activeBatchScopes
--;
8 references to _activeBatchScopes
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (6)
117
if (_project.
_activeBatchScopes
> 0)
175
if (_project.
_activeBatchScopes
> 0)
222
if (_project.
_activeBatchScopes
> 0)
288
if (_project.
_activeBatchScopes
> 0)
340
if (_project.
_activeBatchScopes
> 0)
522
if (_project.
_activeBatchScopes
> 0)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
557
if (
_activeBatchScopes
> 0)
1313
if (
_activeBatchScopes
== 0)