3 writes to _activeBatchScopes
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
509
_activeBatchScopes
++;
518
_activeBatchScopes
++;
556
_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)
558
if (
_activeBatchScopes
> 0)
1314
if (
_activeBatchScopes
== 0)