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