2 references to s_sendCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1808
result = Rpc.Channel._binder.BeginSend(Rpc.Request, timeout,
s_sendCallback
, this);
1812
result = Rpc.Channel._binder.BeginRequest(Rpc.Request, timeout,
s_sendCallback
, this);