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