2 references to Remove_spaces_before_and_after_binary_operators
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\BinaryOperatorSpacingOptionsViewModel.cs (1)
39
yield return (CSharpVSResources.
Remove_spaces_before_and_after_binary_operators
, BinaryOperatorSpacingOptions.Remove);
Options\Formatting\SpacingViewModel.cs (1)
155
Items.Add(new RadioButtonViewModel<BinaryOperatorSpacingOptions>(CSharpVSResources.
Remove_spaces_before_and_after_binary_operators
, s_expressionSpacingPreview, "binary", BinaryOperatorSpacingOptions.Remove, CSharpFormattingOptions2.SpacingAroundBinaryOperator, this, OptionStore));