2 references to SendAsynchronously
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
91
_sendAsynchronously = channelDispatcher.
SendAsynchronously
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
57
_sendAsynchronously = dispatch.ChannelDispatcher.
SendAsynchronously
;