3 references to FixLineEndings
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
CodeCleanup\FixIncorrectTokenTests.cs (3)
717
codeWithMarker =
FixLineEndings
(codeWithMarker);
718
expectedResult =
FixLineEndings
(expectedResult);
727
Assert.Equal(expectedResult,
FixLineEndings
((await cleanDocument.GetSyntaxRootAsync()).ToFullString()));