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)
76WithChangedOption(new OptionKey(FormattingOptions.NewLine, NoCompilationConstants.LanguageName), "\n"); 89Add(new OptionKey(FormattingOptions.NewLine, NoCompilationConstants.LanguageName), "\r")) : null;
WorkspaceServiceTests\GlobalOptionServiceTests.cs (1)
97var 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));