1 implementation of Run
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\WorkspaceThreadingService.cs (1)
28
public TResult
Run
<TResult>(Func<Task<TResult>> asyncMethod)
3 references to Run
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentNavigationServiceWrapper.cs (2)
38
return _threadingProvider.Service.
Run
(async () =>
50
return _threadingProvider.Service.
Run
(async () =>
Microsoft.CodeAnalysis.Workspaces (1)
Options\GlobalOptionService.cs (1)
71
return workspaceThreadingService.
Run
(() => GetOptionPersistersAsync(persisterProviders, cancellationToken));