2 references to NormalizeNewLines
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntegrationTestBase.cs (2)
758
return
NormalizeNewLines
(content, LineEnding);
802
var normalizedText =
NormalizeNewLines
(text, _lineEnding);