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