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