1 write to DuplexCallbackTypeReference
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
317
this.context.
DuplexCallbackTypeReference
= callbackContractReference;
2 references to DuplexCallbackTypeReference
System.ServiceModel (2)
System\ServiceModel\Description\ServiceContractGenerator.cs (2)
388
operationContext.DeclaringTypeReference = operationDescription.IsServerInitiated() ? context.
DuplexCallbackTypeReference
: context.ContractTypeReference;
421
serviceContractAttr.Arguments.Add(new CodeAttributeArgument("CallbackContract", new CodeTypeOfExpression(context.
DuplexCallbackTypeReference
)));