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