5 references to AnalyzerOptions
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (1)
1556
=> new Diagnostics.
AnalyzerOptions
(additionalTextFiles, analyzerConfigOptionsProvider);
DiagnosticAnalyzer\AnalyzerOptions.cs (2)
50
:
this
(additionalFiles, CompilerAnalyzerConfigOptionsProvider.Empty)
69
:
new
(this.AdditionalFiles, optionsProvider);
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\ProjectState.cs (2)
328
static self => new
AnalyzerOptions
(
337
static self => new
AnalyzerOptions
(