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