2 references to Set_spacing_for_operators
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
76yield return Setting.Create(CSharpFormattingOptions2.SpacingAroundBinaryOperator, CSharpVSResources.Set_spacing_for_operators, options, updaterService);
Options\Formatting\SpacingViewModel.cs (1)
152Items.Add(new HeaderItemViewModel() { Header = CSharpVSResources.Set_spacing_for_operators });