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