3 references to LineEnding
Microsoft.AspNetCore.Razor.Test.Common (3)
Language\IntegrationTests\IntegrationTestBase.cs (3)
331
builder.NewLine =
LineEnding
;
360
b.Features.Replace(importFeature, new NormalizedDefaultImportFeature(importFeature,
LineEnding
));
758
return NormalizeNewLines(content,
LineEnding
);