1 write to completedSynchronously
System.Data.Services.Client (1)
System\Data\Services\Client\BaseAsyncResult.cs (1)
150internal set { this.completedSynchronously = value; }
1 reference to completedSynchronously
System.Data.Services.Client (1)
System\Data\Services\Client\BaseAsyncResult.cs (1)
149get { return this.completedSynchronously; }