7 references to CompilationWithAnalyzersOptions
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
851
var analysisOptions = new
CompilationWithAnalyzersOptions
(options, onAnalyzerException, analyzerExceptionFilter: analyzerExceptionFilter, concurrentAnalysis: true, logAnalyzerExecutionTime: reportAnalyzer, reportSuppressedDiagnostics: false);
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
84
: this(compilation, analyzers, new
CompilationWithAnalyzersOptions
(options, onAnalyzerException: null, analyzerExceptionFilter: null, concurrentAnalysis: true, logAnalyzerExecutionTime: true, reportSuppressedDiagnostics: false))
DiagnosticAnalyzer\CompilationWithAnalyzersOptions.cs (1)
81
:
this
(options, onAnalyzerException, concurrentAnalysis, logAnalyzerExecutionTime, reportSuppressedDiagnostics, analyzerExceptionFilter: null)
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.CompilationManager.cs (2)
107
: compilation.WithAnalyzers(filteredProjectAnalyzers, new
CompilationWithAnalyzersOptions
(
117
: compilation.WithAnalyzers(filteredHostAnalyzers, new
CompilationWithAnalyzersOptions
(
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
450
var projectAnalyzerOptions = new
CompilationWithAnalyzersOptions
(
457
var hostAnalyzerOptions = new
CompilationWithAnalyzersOptions
(