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