2 references to Insert_space_within_empty_argument_list_parentheses
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
51
yield return Setting.Create(CSharpFormattingOptions2.SpaceBetweenEmptyMethodCallParentheses, CSharpVSResources.
Insert_space_within_empty_argument_list_parentheses
, options, updaterService);
Options\Formatting\SpacingViewModel.cs (1)
121
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.SpaceBetweenEmptyMethodCallParentheses, CSharpVSResources.
Insert_space_within_empty_argument_list_parentheses
, s_methodPreview, this, optionStore));