2 references to Insert_space_after_cast
Microsoft.VisualStudio.LanguageServices.CSharp (2)
EditorConfigSettings\DataProvider\Whitespace\CSharpWhitespaceSettingsProvider.cs (1)
60
yield return Setting.Create(CSharpFormattingOptions2.SpaceAfterCast, CSharpVSResources.
Insert_space_after_cast
, options, updaterService);
Options\Formatting\SpacingViewModel.cs (1)
132
Items.Add(new CheckBoxOptionViewModel(CSharpFormattingOptions2.SpaceAfterCast, CSharpVSResources.
Insert_space_after_cast
, s_castPreview, this, optionStore));