WA25: WebAPI: Avoid RunSynchronously.
WebAPI scenarios allocate many delegates and closures. This change avoids using the RunSynchronously helper on WebAPI requests which saves 4 object allocations and two delegate invocations per request.
↧