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\DocumentAnalysisExecutor_Helpers.cs (2)
164
var projectAnalyzerOptions = new
CompilationWithAnalyzersOptions
(
171
var hostAnalyzerOptions = new
CompilationWithAnalyzersOptions
(
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
636
var projectAnalyzerOptions = new
CompilationWithAnalyzersOptions
(
643
var hostAnalyzerOptions = new
CompilationWithAnalyzersOptions
(