5 references to ExtractMethodPresentationOptionsStorage
Microsoft.CodeAnalysis.EditorFeatures (1)
ExtractMethod\ExtractMethodCommandHandler.cs (1)
243
if (!_globalOptions.GetOption(
ExtractMethodPresentationOptionsStorage
.AllowBestEffort, document.Project.Language) ||
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AutomationObject\AutomationObject.ExtractMethod.cs (2)
13
get { return GetBooleanOption(
ExtractMethodPresentationOptionsStorage
.AllowBestEffort); }
14
set { SetBooleanOption(
ExtractMethodPresentationOptionsStorage
.AllowBestEffort, value); }
Microsoft.VisualStudio.LanguageServices.VisualBasic (2)
Options\AutomationObject\AutomationObject.ExtractMethod.vb (2)
11
Return GetBooleanOption(
ExtractMethodPresentationOptionsStorage
.AllowBestEffort)
14
SetBooleanOption(
ExtractMethodPresentationOptionsStorage
.AllowBestEffort, value)