1 type derived from CompletionContext
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalCompletionContext.cs (1)
14internal class VSInternalCompletionContext : CompletionContext
6 references to CompletionContext
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Extensions\ProtocolConversions.cs (1)
122LSP.CompletionContext? context,
Handler\Completion\CompletionHandler.cs (2)
74LSP.CompletionContext? completionContext, 114LSP.CompletionContext? context,
Protocol\CompletionParams.cs (1)
24public CompletionContext? Context
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
36AddOrReplaceConverter<CompletionContext, VSInternalCompletionContext>();
Protocol\Internal\VSInternalCompletionContext.cs (1)
12/// Extension class for <see cref="CompletionContext"/> with properties specific to Visual Studio.