4 writes to ContractType
System.WorkflowServices (4)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
217
operationItem.Operation.
ContractType
= serviceContractType;
System\Workflow\Activities\TypedOperationInfo.cs (3)
44
this.
ContractType
= contractType;
57
clonedOperation.
ContractType
= this.ContractType;
137
this.
ContractType
= currentDesignTimeType;
17 references to ContractType
System.WorkflowServices (17)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
87
serviceContract.ContractType = typedOperationInfo.
ContractType
;
System\Workflow\Activities\SendActivity.cs (3)
156
return SendActivity.GetContext(this, this.ChannelToken, this.ServiceOperationInfo.
ContractType
);
166
SendActivity.SetContext(this, this.ChannelToken, this.ServiceOperationInfo.
ContractType
, value);
386
LogicalChannel logicalChannel = ChannelToken.Register(this, channelToken, serviceOperationInfo.
ContractType
);
System\Workflow\Activities\TypedOperationInfo.cs (10)
57
clonedOperation.ContractType = this.
ContractType
;
74
if (this.
ContractType
!= operationInfo.
ContractType
)
94
if (this.
ContractType
!= null)
96
returnValue = this.
ContractType
.FullName + "." + returnValue;
105
if (this.
ContractType
!= null)
107
return this.
ContractType
.FullName;
114
if (this.
ContractType
== null)
126
Type contractType = this.
ContractType
;
143
return this.
ContractType
;
System\Workflow\Activities\ValidationHelper.cs (3)
144
if (typedServiceOperation.
ContractType
!= null)
146
typeName = typedServiceOperation.
ContractType
.FullName;
717
if (currentOperationInfo.
ContractType
== null)