6 references to CompilationWithAnalyzersOptions
AnalyzerRunner (2)
DiagnosticAnalyzerRunner.cs (2)
190
CompilationWithAnalyzers compilationWithAnalyzers = compilation.WithAnalyzers(languageAnalyzers, new
CompilationWithAnalyzersOptions
(project.AnalyzerOptions, null, analyzerOptionsInternal.RunConcurrent, logAnalyzerExecutionTime: true, reportSuppressedDiagnostics: analyzerOptionsInternal.ReportSuppressedDiagnostics));
396
var compilationWithAnalyzers = newCompilation.WithAnalyzers(analyzers, new
CompilationWithAnalyzersOptions
(project.AnalyzerOptions, null, analyzerOptionsInternal.RunConcurrent, logAnalyzerExecutionTime: true, reportSuppressedDiagnostics: analyzerOptionsInternal.ReportSuppressedDiagnostics));
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\CompilationWithAnalyzersOptions.cs (1)
63
:
this
(options, onAnalyzerException, concurrentAnalysis, logAnalyzerExecutionTime, reportSuppressedDiagnostics: false)
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticSuppressorTests.cs (1)
714
var options = new
CompilationWithAnalyzersOptions
(AnalyzerOptions.Empty, onAnalyzerException: null, concurrentAnalysis: true, logAnalyzerExecutionTime: true, reportSuppressedDiagnostics: true);
Diagnostics\GetDiagnosticsTests.cs (1)
1458
var options = new
CompilationWithAnalyzersOptions
(AnalyzerOptions.Empty, onAnalyzerException: null,
Microsoft.CodeAnalysis.Features (1)
SyncNamespaces\AbstractSyncNamespacesService.cs (1)
84
var analyzerOptions = new
CompilationWithAnalyzersOptions
(