6 references to IsOneWay
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (1)
34
bool oneWay = (operation.
IsOneWay
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
134
child.IsOneWay = operation.
IsOneWay
;
150
if (operation.
IsOneWay
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
135
_oneway = (context.Operation.
IsOneWay
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
399
if (operationDescription.
IsOneWay
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
539
if (!description.
IsOneWay
)