9 writes to Context
IdeBenchmarks (1)
Lsp\LspCompletionSerializationBenchmarks.cs (1)
110
Context
= new LSP.CompletionContext()
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (8)
Completion\CompletionFeaturesTests.cs (8)
86
Context
= new LSP.CompletionContext()
463
Context
= new LSP.CompletionContext()
657
Context
= new LSP.CompletionContext()
764
Context
= new LSP.CompletionContext()
798
Context
= new LSP.CompletionContext()
966
Context
= new LSP.CompletionContext()
1035
Context
= new LSP.CompletionContext()
1091
Context
= new LSP.CompletionContext()
3 references to Context
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\CompletionHandler.cs (1)
62
request.
Context
,
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (2)
53
if (request.
Context
is VSInternalCompletionContext completionContext && completionContext.InvokeKind == VSInternalCompletionInvokeKind.Deletion)
68
var completionResult = await completionService.GetCompletionsAsync(new XamlCompletionContext(document, offset, request.
Context
?.TriggerCharacter?.FirstOrDefault() ?? '\0'), cancellationToken: cancellationToken).ConfigureAwait(false);