2 implementations of Start
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Host\RemoteGlobalOperationNotificationService.cs (1)
25public IDisposable Start(string operation)
Microsoft.CodeAnalysis.Workspaces (1)
Notification\AbstractGlobalOperationNotificationService.cs (1)
59public IDisposable Start(string operation)
4 references to Start
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
SolutionCrawler\WorkCoordinatorTests.cs (1)
1481using (var operation = globalOperation.Start("Block SolutionCrawler"))
Microsoft.VisualStudio.LanguageServices (3)
RoslynPackage.cs (1)
389localRegistration = globalNotificationService.Start("BulkFileOperation");
SolutionEventMonitor.cs (1)
73_operations[operation] = _notificationService.Start(operation);
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
331using var operation = _notificationService.Start("BuildDone");