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