18 references to NewLineForElse
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (8)
EditorConfigSettings\Updater\SettingsUpdaterTests.cs (8)
87(CSharpFormattingOptions2.NewLineForElse, true));
148(CSharpFormattingOptions2.NewLineForElse, false));
174(CSharpFormattingOptions2.NewLineForElse, true));
198(CSharpFormattingOptions2.NewLineForElse, true));
234(CSharpFormattingOptions2.NewLineForElse, true));
243(CSharpFormattingOptions2.NewLineForElse, true),
323(CSharpFormattingOptions2.NewLineForElse, true));
389var setting = Setting.Create(CSharpFormattingOptions2.NewLineForElse, "description", options, updater);
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (3)
Microsoft.VisualStudio.LanguageServices.CSharp (4)