3 writes to _activeBatchScopes
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
518
_activeBatchScopes
++;
527
_activeBatchScopes
++;
565
_activeBatchScopes
--;
8 references to _activeBatchScopes
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (6)
129
if (_project.
_activeBatchScopes
> 0)
187
if (_project.
_activeBatchScopes
> 0)
234
if (_project.
_activeBatchScopes
> 0)
300
if (_project.
_activeBatchScopes
> 0)
352
if (_project.
_activeBatchScopes
> 0)
546
if (_project.
_activeBatchScopes
> 0)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
567
if (
_activeBatchScopes
> 0)
1331
if (
_activeBatchScopes
== 0)