1 implementation of Run
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\WorkspaceThreadingService.cs (1)
23
public TResult
Run
<TResult>(Func<Task<TResult>> asyncMethod)
2 references to Run
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptDocumentNavigationServiceWrapper.cs (2)
32
return _threadingProvider.Service.
Run
(async () =>
44
return _threadingProvider.Service.
Run
(async () =>