4 references to InternalServiceChannel
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
556
if ((context != null) && (!context.IsUserContext) && (context.
InternalServiceChannel
== this))
1164
if (context != null && context.
InternalServiceChannel
== this)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
383
ServiceChannel serviceChannel = OperationContext.Current.
InternalServiceChannel
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
269
if (context.
InternalServiceChannel
== replyChannel)