3 references to InvokeKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Extensions\ProtocolConversions.cs (1)
142switch (vsCompletionContext.InvokeKind)
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)