1 write to Items
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
115return new VSInternalInlineCompletionList { Items = [item] };
4 references to Items
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
InlineCompletions\InlineCompletionsTests.cs (4)
226Assert.Equal(expectedSnippet, result.Items.Single().Text); 232Assert.Equal(expectedSnippet, result.Items.Single().Text); 248Assert.Single(result.Items); 250var item = result.Items.Single();