2 writes to _progressStartCount
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\SolutionCrawlerProgressReporter.cs (2)
41
public void Start() => ChangeProgressStatus(ref
_progressStartCount
, ProgressStatus.Started);
42
public void Stop() => ChangeProgressStatus(ref
_progressStartCount
, ProgressStatus.Stopped);
2 references to _progressStartCount
Microsoft.CodeAnalysis.Features (2)
SolutionCrawler\SolutionCrawlerProgressReporter.cs (2)
39
public bool InProgress =>
_progressStartCount
> 0;
49
if (
_progressStartCount
> 0)