3 writes to _activeBatchScopes
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\ProjectSystem\ProjectSystemProject.cs (3)
528
_activeBatchScopes
++;
537
_activeBatchScopes
++;
575
_activeBatchScopes
--;
8 references to _activeBatchScopes
Microsoft.CodeAnalysis.Workspaces (8)
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (6)
130
if (_project.
_activeBatchScopes
> 0)
188
if (_project.
_activeBatchScopes
> 0)
235
if (_project.
_activeBatchScopes
> 0)
301
if (_project.
_activeBatchScopes
> 0)
353
if (_project.
_activeBatchScopes
> 0)
547
if (_project.
_activeBatchScopes
> 0)
Workspace\ProjectSystem\ProjectSystemProject.cs (2)
577
if (
_activeBatchScopes
> 0)
1341
if (
_activeBatchScopes
== 0)