1 implementation of ResetAsync
Microsoft.CodeAnalysis.Features (1)
Extensions\ExtensionMessageHandlerService_RemoteOrLocal.cs (1)
94
public ValueTask
ResetAsync
(CancellationToken cancellationToken)
2 references to ResetAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\ServerLifetime\LspServiceLifeCycleManager.cs (1)
50
await service.
ResetAsync
(cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ExtensionMessageHandler\RemoteExtensionMessageHandlerService.cs (1)
37
cancellationToken => GetExtensionService().
ResetAsync
(cancellationToken),