2 writes to DispatchRuntime
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ClientRuntime.cs (2)
71DispatchRuntime = dispatchRuntime ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(dispatchRuntime)); 218DispatchRuntime = new DispatchRuntime(this, _shared);
11 references to DispatchRuntime
System.ServiceModel.Primitives (11)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
55DispatchRuntime dispatchRuntime = clientRuntime.DispatchRuntime;
System\ServiceModel\Channels\ServiceChannel.cs (5)
75DispatchRuntime dispatch = factory.ClientRuntime.DispatchRuntime; 178return ClientRuntime.DispatchRuntime; 533DispatchRuntime dispatchBehavior = ClientRuntime.DispatchRuntime; 906DispatchRuntime dispatchBehavior = ClientRuntime.DispatchRuntime; 1163DispatchRuntime dispatchRuntime = ClientRuntime.DispatchRuntime;
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
64DispatchRuntime dispatchRuntime = clientRuntime.DispatchRuntime;
System\ServiceModel\Dispatcher\ClientRuntime.cs (4)
216if (DispatchRuntime == null) 221return DispatchRuntime; 231return DispatchRuntime.EnableFaults; 285return DispatchRuntime.ManualAddressing;