7 references to IsOneWay
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
278MessageLogger.LogMessage(ref message, (operation.IsOneWay ? MessageLoggingSource.ServiceLevelReceiveDatagram : MessageLoggingSource.ServiceLevelReceiveRequest) | MessageLoggingSource.LastChance);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
281if (!this.IsOneWay && _parent.EnableFaults)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
306if (!rpc.Operation.IsOneWay) 326if (rpc.Operation.IsOneWay) 331if (!rpc.Operation.IsOneWay && (context != null) && (rpc.Reply != null)) 417if (rpc.Operation.IsOneWay)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
111if (!operation.IsOneWay && !operation.Parent.ManualAddressing)