2 references to ExtractMethodPresentationOptionsStorage
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AutomationObject\AutomationObject.ExtractMethod.cs (2)
13
get { return GetBooleanOption(
ExtractMethodPresentationOptionsStorage
.AllowBestEffort); }
14
set { SetBooleanOption(
ExtractMethodPresentationOptionsStorage
.AllowBestEffort, value); }