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