1 instantiation of VSInternalInlineCompletionContext
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
InlineCompletions\InlineCompletionsTests.cs (1)
263
Context = new LSP.
VSInternalInlineCompletionContext
2 references to VSInternalInlineCompletionContext
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Protocol\Internal\VSInternalInlineCompletionRequest.cs (1)
36
public
VSInternalInlineCompletionContext
Context { get; set; }
Protocol\Internal\VSInternalSelectedCompletionInfo.cs (1)
10
/// Information about the selected completion item for <see cref="
VSInternalInlineCompletionContext
"/>.