3 references to LineEnding
Microsoft.AspNetCore.Razor.Test.Common.Tooling (3)
Language\IntegrationTests\RazorToolingIntegrationTestBase.cs (3)
116if (LineEnding != null) 118builder.NewLine = LineEnding; 155cshtmlContent = cshtmlContent.Replace("\r", "").Replace("\n", LineEnding);