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