4 references to VSInternalCompletionContext
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.cs (1)
137if (context is not LSP.VSInternalCompletionContext vsCompletionContext)
Protocol\Internal\Converters\VSInternalExtensionUtilities.cs (1)
37AddOrReplaceConverter<CompletionContext, VSInternalCompletionContext>();
Protocol\Internal\VSInternalCompletionInvokeKind.cs (1)
8/// Provides value for <see cref="VSInternalCompletionContext.InvokeKind"/> which specifies
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (1)
53if (request.Context is VSInternalCompletionContext completionContext && completionContext.InvokeKind == VSInternalCompletionInvokeKind.Deletion)