1 write to Text
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
161
Text
= formattedLspSnippet,
3 references to Text
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
InlineCompletions\InlineCompletionsTests.cs (3)
226
Assert.Equal(expectedSnippet.ReplaceLineEndings("\r\n"), result.Items.Single().
Text
.ReplaceLineEndings("\r\n"));
232
Assert.Equal(expectedSnippet.ReplaceLineEndings("\r\n"), result.Items.Single().
Text
.ReplaceLineEndings("\r\n"));
253
Assert.Equal(expected.ReplaceLineEndings("\r\n"), item.
Text
.ReplaceLineEndings("\r\n"));