4 writes to NewLine
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntegrationTestBase.cs (1)
331builder.NewLine = LineEnding;
Language\IntegrationTests\RazorIntegrationTestBase.cs (1)
144builder.NewLine = LineEnding;
Microsoft.AspNetCore.Razor.Test.Common.Tooling (1)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (1)
118builder.NewLine = LineEnding;
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.Builder.cs (1)
38NewLine = DefaultNewLine;
1 reference to NewLine
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCodeGenerationOptions.Builder.cs (1)
167=> new(IndentSize, NewLine, RootNamespace, CssScope, SuppressUniqueIds, RazorWarningLevel, _flags);