3 references to NewLine
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Formatting\LineFormattingOptions.cs (1)
27NewLine = options.GetOption(FormattingOptions2.NewLine, language);
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (2)
src\Analyzers\CSharp\Tests\FileHeaders\FileHeaderTests.cs (1)
84{ FormattingOptions2.NewLine, lineEnding },
src\Analyzers\CSharp\Tests\ImplementInterface\ImplementInterfaceCodeFixTests.cs (1)
11904Options = { { FormattingOptions2.NewLine, "\n" } },