2 references to RefactoringVerification
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Options\AutomationObject\AutomationObject.OnOff.cs (2)
83get { return GetBooleanOption(FeatureOnOffOptions.RefactoringVerification); } 84set { SetBooleanOption(FeatureOnOffOptions.RefactoringVerification, value); }