3 references to GetExtractMethodOptions
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Options\GlobalOptionsTests.cs (1)
191
VerifyDataMembersHaveNonDefaultValues(globalOptions.
GetExtractMethodOptions
(language), ExtractMethodOptions.Default, language);
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\CodeActionOptionsStorage.cs (1)
32
ExtractMethodOptions = globalOptions.
GetExtractMethodOptions
(languageServices.Language),
Features\Options\ExtractMethodOptionsStorage.cs (1)
28
ExtractOptions = globalOptions.
GetExtractMethodOptions
(languageServices.Language),