5 references to CompilerDiagnosticsScope
Microsoft.CodeAnalysis.Workspaces (5)
Shared\Extensions\BackgroundAnalysisScopeExtensions.cs (5)
12public static CompilerDiagnosticsScope ToEquivalentCompilerDiagnosticsScope(this BackgroundAnalysisScope backgroundAnalysisScope) 15BackgroundAnalysisScope.None => CompilerDiagnosticsScope.None, 16BackgroundAnalysisScope.VisibleFilesAndOpenFilesWithPreviouslyReportedDiagnostics => CompilerDiagnosticsScope.VisibleFilesAndOpenFilesWithPreviouslyReportedDiagnostics, 17BackgroundAnalysisScope.OpenFiles => CompilerDiagnosticsScope.OpenFiles, 18BackgroundAnalysisScope.FullSolution => CompilerDiagnosticsScope.FullSolution,