2 references to Insert_space_before_dot
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
73
yield return Setting.Create(CSharpFormattingOptions2.SpaceBeforeDot, CSharpVSResources.
Insert_space_before_dot
, options, updaterService);
Options\Formatting\SpacingViewModel.cs (1)
149
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.SpaceBeforeDot, CSharpVSResources.
Insert_space_before_dot
, s_delimiterPreview, this, optionStore));