5 references to OnSetAnalysisScopeStatus
Microsoft.VisualStudio.LanguageServices (5)
Diagnostics\VisualStudioDiagnosticAnalyzerService.cs (5)
149
=>
OnSetAnalysisScopeStatus
((OleMenuCommand)sender, scope: null);
152
=>
OnSetAnalysisScopeStatus
((OleMenuCommand)sender, BackgroundAnalysisScope.ActiveFile);
155
=>
OnSetAnalysisScopeStatus
((OleMenuCommand)sender, BackgroundAnalysisScope.OpenFiles);
158
=>
OnSetAnalysisScopeStatus
((OleMenuCommand)sender, BackgroundAnalysisScope.FullSolution);
161
=>
OnSetAnalysisScopeStatus
((OleMenuCommand)sender, BackgroundAnalysisScope.None);