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