1 write to operations
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceContractListItem.cs (1)
31
this.
operations
= new ServiceOperationListItemList();
7 references to operations
System.WorkflowServices (7)
System\Workflow\Activities\Design\ServiceContractListItem.cs (7)
57
get { return
operations
; }
73
ServiceOperationListItem cachedItem = this.
operations
.Find(operation.Name);
86
this.
operations
.Add(operation);
88
if (this.
operations
.Count > 1)
99
WorkflowServiceOperationListItem result = (WorkflowServiceOperationListItem) this.
operations
.CreateWithUniqueName();
107
return this.
operations
.Find(operationName);
121
ServiceOperationListItem operationListItem = this.
operations
.Find(operation.Name);