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