1 write to _analyzedProjectCount
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
405Interlocked.Increment(ref _analyzedProjectCount);
1 reference to _analyzedProjectCount
Microsoft.VisualStudio.LanguageServices (1)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (1)
428var analyzedProjectCount = (uint)_analyzedProjectCount;