6 references to NewLine
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Options\OptionsTestHelpers.cs (1)
35
(FormattingOptions.
NewLine
, "\r"),
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
Formatter\FormatterTests.cs (2)
76
WithChangedOption(new OptionKey(FormattingOptions.
NewLine
, NoCompilationConstants.LanguageName), "\n");
89
Add(new OptionKey(FormattingOptions.
NewLine
, NoCompilationConstants.LanguageName), "\r")) : null;
WorkspaceServiceTests\GlobalOptionServiceTests.cs (1)
97
var perLanguageOptionKey = new OptionKey(FormattingOptions.
NewLine
, "lang");
Roslyn.VisualStudio.Next.UnitTests (2)
Services\SolutionServiceTests.cs (2)
497
.WithChangedOption(FormattingOptions.
NewLine
, LanguageNames.CSharp, newOptionValue)
498
.WithChangedOption(FormattingOptions.
NewLine
, LanguageNames.VisualBasic, newOptionValue));