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