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