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