6 references to Source
System.ServiceModel (6)
System\ServiceModel\Channels\SynchronizedMessageSource.cs (6)
211
if (
Source
.BeginReceive(timeout, onReceiveComplete, this) == AsyncReceiveResult.Completed)
213
SetReturnValue(
Source
.EndReceive());
226
thisPtr.SetReturnValue(thisPtr.
Source
.EndReceive());
255
if (
Source
.BeginWaitForMessage(timeout, onWaitForMessageComplete, this) == AsyncReceiveResult.Completed)
257
SetReturnValue(
Source
.EndWaitForMessage());
271
thisPtr.SetReturnValue(thisPtr.
Source
.EndWaitForMessage());