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