2 references to PerformTaskAsync
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLitePersistentStorage_Threading.cs (2)
40
return
PerformTaskAsync
(func, arg, _connectionPoolService.Scheduler.ConcurrentScheduler, cancellationToken);
54
return
PerformTaskAsync
(func, arg, _connectionPoolService.Scheduler.ExclusiveScheduler, cancellationToken);