WA28: WebAPI: Eliminate RunSynchronously.
All remaining uses of the RunSynchronously helper were on performance-sensitive code paths. This change saves 2 allocations and a delegate invokation for each site. The helper can be removed.
↧