1 write to _provider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Testing\WaitForAsyncOperationsHandler.cs (1)
35
_provider
= listenerProvider;
1 reference to _provider
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Testing\WaitForAsyncOperationsHandler.cs (1)
45
await
_provider
.WaitAllAsync(context.Solution!.Workspace, request.Operations).ConfigureAwait(false);