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