11 references to IsServerInitiated
dotnet-svcutil-lib (11)
FrameworkFork\System.ServiceModel\System\ServiceModel\ChannelFactory.cs (1)
213if (operation.IsServerInitiated())
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelRequirements.cs (1)
35if (!operation.IsServerInitiated())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (1)
206if (operationContext.Operation.IsServerInitiated()) continue;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ContractDescription.cs (1)
248if (_operations[i].IsServerInitiated())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
35if (!operation.IsServerInitiated())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (3)
270bool isCallback = operationDescription.IsServerInitiated(); 334operationContext.DeclaringTypeReference = operationDescription.IsServerInitiated() ? _context.DuplexCallbackTypeReference : _context.ContractTypeReference; 427if (operation.IsServerInitiated())
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (2)
336if (!operationDescription.IsServerInitiated()) 349if (operationDescription.IsServerInitiated())
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\ChannelProtectionRequirements.cs (1)
314if (operation.IsServerInitiated())