1 implementation of EnableAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\AsynchronousOperationListener\RemoteAsynchronousOperationListenerService.cs (1)
26public ValueTask EnableAsync(bool enable, bool diagnostics, CancellationToken cancellationToken)
1 reference to EnableAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceHubRemoteHostClient.cs (1)
100(service, cancellationToken) => service.EnableAsync(AsynchronousOperationListenerProvider.IsEnabled, listenerProvider.DiagnosticTokensEnabled, cancellationToken),