5 references to WithUpdatedAnalyzerConfigOptions
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
831
.
WithUpdatedAnalyzerConfigOptions
(analyzerConfigOptionsProvider)
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState_SourceGenerators.cs (1)
68
.
WithUpdatedAnalyzerConfigOptions
(projectState.ProjectAnalyzerOptions.AnalyzerConfigOptionsProvider)
Workspace\Solution\SolutionCompilationState.TranslationAction_Actions.cs (1)
131
=> generatorDriver.
WithUpdatedAnalyzerConfigOptions
(NewProjectState.ProjectAnalyzerOptions.AnalyzerConfigOptionsProvider);
rzc (2)
DiscoverCommand.cs (1)
230
.
WithUpdatedAnalyzerConfigOptions
(optionsProvider)
GenerateCommand.cs (1)
318
.
WithUpdatedAnalyzerConfigOptions
(optionsProvider)