2 references to WithGlobalOptions
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
1067
analyzerConfigProvider = analyzerConfigProvider.
WithGlobalOptions
(new DictionaryAnalyzerConfigOptions(analyzerConfigSet.GetOptionsForSourcePath(string.Empty).AnalyzerOptions));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
SourceGeneration\GeneratorDriverTests.cs (1)
2797
var newOptionsProvider = optionsProvider.
WithGlobalOptions
(new DictionaryAnalyzerConfigOptions(builder.ToImmutable()));