5 references to WithUpdatedAnalyzerConfigOptions
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
834
.
WithUpdatedAnalyzerConfigOptions
(analyzerConfigOptionsProvider)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
SourceGeneration\GeneratorDriverTests.cs (2)
2798
driver = driver.
WithUpdatedAnalyzerConfigOptions
(newOptionsProvider);
2817
Assert.Throws<ArgumentNullException>(() => driver.
WithUpdatedAnalyzerConfigOptions
(null!));
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.TranslationAction_Actions.cs (2)
131
=> generatorDriver.
WithUpdatedAnalyzerConfigOptions
(NewProjectState.ProjectAnalyzerOptions.AnalyzerConfigOptionsProvider);
368
.
WithUpdatedAnalyzerConfigOptions
(this.NewProjectState.ProjectAnalyzerOptions.AnalyzerConfigOptionsProvider)