1 write to DuplexCallbackTypeReference
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
263
_context.
DuplexCallbackTypeReference
= callbackContractReference;
2 references to DuplexCallbackTypeReference
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (2)
334
operationContext.DeclaringTypeReference = operationDescription.IsServerInitiated() ? _context.
DuplexCallbackTypeReference
: _context.ContractTypeReference;
367
serviceContractAttr.Arguments.Add(new CodeAttributeArgument("CallbackContract", new CodeTypeOfExpression(context.
DuplexCallbackTypeReference
)));