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