1 write to operation
System.WorkflowServices (1)
System\Workflow\Activities\Design\TypedServiceOperationListItem.cs (1)
52operation = value;
4 references to operation
System.WorkflowServices (4)
System\Workflow\Activities\Design\TypedServiceOperationListItem.cs (4)
27return this.operation.GetContractFullName(null); 35return operation.Name; 39operation.Name = value; 45get { return operation; }