9 references to HasSession
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (3)
892
if (context == null &&
HasSession
)
1060
if (
HasSession
)
1146
if (
HasSession
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
386
if (_requestInfo.Channel.
HasSession
|| _isCallback)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
26
return IsConcurrent(_concurrencyMode, _enforceOrderedReceive, rpc.Channel.
HasSession
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
388
if (!channelDispatcher.HandleError(exception) && serviceChannel.
HasSession
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
373
if (!rpc.Channel.
HasSession
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
230
if ((this.Channel != null) && this.Channel.
HasSession
)
249
if ((this.Channel != null) && this.Channel.
HasSession
)