1 implementation of OnGlobalOperationStoppedAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\GlobalNotificationDelivery\RemoteGlobalNotificationDeliveryService.cs (1)
43public ValueTask OnGlobalOperationStoppedAsync(CancellationToken cancellationToken)
1 reference to OnGlobalOperationStoppedAsync
Microsoft.VisualStudio.LanguageServices (1)
Remote\GlobalNotificationRemoteDeliveryService.cs (1)
132(service, cancellationToken) => service.OnGlobalOperationStoppedAsync(cancellationToken),