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