1 write to _source
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SynchronizedMessageSource.cs (1)
19
_source
= source;
4 references to _source
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SynchronizedMessageSource.cs (4)
39
return await
_source
.WaitForMessageAsync(timeoutHelper.RemainingTime());
64
return
_source
.WaitForMessage(timeoutHelper.RemainingTime());
89
return await
_source
.ReceiveAsync(timeoutHelper.RemainingTime());
114
return
_source
.Receive(timeoutHelper.RemainingTime());