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