1 write to executeAsync
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
4135
this.
executeAsync
= async;
3 references to executeAsync
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (3)
4343
if (this.
executeAsync
)
4439
Debug.Assert(this.
executeAsync
|| this.CompletedSynchronously, "sync !CompletedSynchronously");
6048
Debug.Assert(this.
executeAsync
, "should be async");