2 references to GetIdeAnalyzerOptions
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
183
VerifyDataMembersHaveNonDefaultValues(globalOptions.
GetIdeAnalyzerOptions
(languageServices), IdeAnalyzerOptions.GetDefault(languageServices), language);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
16
=>
GetIdeAnalyzerOptions
(globalOptions, project.Services);