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