7 references to InternalServiceChannel
System.ServiceModel (7)
System\ServiceModel\Channels\ServiceChannel.cs (2)
586if ((context != null) && (!context.IsUserContext) && (context.InternalServiceChannel == this)) 1251if (context != null && context.InternalServiceChannel == this)
System\ServiceModel\Diagnostics\PerformanceCounters.cs (1)
835if (null != currentContext && currentContext.InternalServiceChannel != null)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
823ServiceChannel serviceChannel = OperationContext.Current.InternalServiceChannel;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
716if (context.InternalServiceChannel == replyChannel)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (2)
263if (current != null && current.InternalServiceChannel != null) 265IContextChannel transparentProxy = (IContextChannel)current.InternalServiceChannel.Proxy;