6 references to GetRuntime
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannel.cs (2)
967dispatchBehavior.GetRuntime().InputSessionDoneReceiving(this); 1234dispatchRuntime.GetRuntime().InputSessionFaulted(this);
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
825endpoint.DispatchRuntime.GetRuntime();
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
715ImmutableDispatchRuntime runtime = this.GetRuntime();
System\ServiceModel\Security\ImpersonateOnSerializingReplyMessageProperty.cs (2)
111ImmutableDispatchRuntime runtime = dispatchRuntime.GetRuntime(); 137ImmutableDispatchRuntime runtime = dispatchRuntime.GetRuntime();