1 instantiation of SynchronizerCompletedAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelBinder.cs (1)
1393return new SynchronizerCompletedAsyncResult(callback, state);
2 references to SynchronizerCompletedAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableChannelBinder.cs (2)
1449SynchronizerCompletedAsyncResult completedResult = 1450result as SynchronizerCompletedAsyncResult;