5 references to DuplexCallbackType
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ClientClassGenerator.cs (2)
167
if (context.
DuplexCallbackType
== null)
190
if (context.
DuplexCallbackType
!= null)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationContractGenerationContext.cs (1)
147
get { return !(_declaringType == _contract.ContractType || _declaringType == _contract.
DuplexCallbackType
); }
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
271
CodeTypeDeclaration declaringType = isCallback ? _context.
DuplexCallbackType
: _context.ContractType;
365
if (context.
DuplexCallbackType
!= null)