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