6 writes to Name
System.WorkflowServices (6)
System\Workflow\Activities\Design\OperationPickerDialog.cs (1)
218operationItem.Operation.Name = ServiceOperationHelpers.GetOperationName(this.serviceProvider, methodInfo);
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
339workflowOperationListItem.Operation.Name = this.operationNameTextBox.Text;
System\Workflow\Activities\Design\TypedServiceOperationListItem.cs (1)
39operation.Name = value;
System\Workflow\Activities\Design\WorkflowServiceOperationListItem.cs (1)
36this.operation.Name = value;
System\Workflow\Activities\OperationInfoBase.cs (1)
82clonedOperation.Name = this.Name;
System\Workflow\Activities\TypedOperationInfo.cs (1)
45this.Name = operationName;
51 references to Name
System.WorkflowServices (51)
System\Workflow\Activities\ContractMethodInfo.cs (2)
35if (string.IsNullOrEmpty(operationInfo.Name)) 42this.name = operationInfo.Name;
System\Workflow\Activities\Design\OperationPickerDialog.cs (3)
94operationItem.Name = typedOperationInfo.Name; 385operationItem.Name = operationInfo.Name; 393operationItem.Name = operationInfo.Name;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
98this.operationNameTextBox.Text = operationInfoBase.Name;
System\Workflow\Activities\Design\TypedServiceOperationListItem.cs (2)
35return operation.Name; 61retval = Operation.Name;
System\Workflow\Activities\Design\WorkflowServiceOperationListItem.cs (1)
32return this.operation.Name;
System\Workflow\Activities\DynamicContractTypeBuilder.cs (1)
102string.IsNullOrEmpty(operationInfo.Name))
System\Workflow\Activities\OperationInfo.cs (5)
188if (!string.IsNullOrEmpty(this.Name)) 190returnValue = this.Name; 229if (string.IsNullOrEmpty(this.Name)) 293string.Compare(methodInfo.Name, this.Name, StringComparison.Ordinal) == 0) 297else if (string.Compare(operationName, this.Name, StringComparison.Ordinal) == 0)
System\Workflow\Activities\OperationInfoBase.cs (3)
82clonedOperation.Name = this.Name; 96if (String.Compare(operationInfo.Name, this.Name, StringComparison.Ordinal) != 0)
System\Workflow\Activities\ReceiveActivity.cs (2)
713new KeyValuePair<Type, string>(operationDeclaringType, serviceOperationInfo.Name); 1423this.operationName = serviceOperationInfo.Name;
System\Workflow\Activities\ReceiveActivityDesigner.cs (3)
40string operationName = this.ReceiveActivity.ServiceOperationInfo.Name; 120return MatchNames(source.Name, target.Name);
System\Workflow\Activities\SendActivity.cs (1)
633this.operationName = serviceOperationInfo.Name;
System\Workflow\Activities\SendActivityDesigner.cs (1)
41string operationName = this.SendActivity.ServiceOperationInfo.Name;
System\Workflow\Activities\ServiceOperationInfoTypeConverter.cs (2)
41if (string.IsNullOrEmpty(contractName) || string.IsNullOrEmpty(serviceOperationInfo.Name)) 49serviceOperationInfo.Name);
System\Workflow\Activities\TypedOperationInfo.cs (5)
90if (!string.IsNullOrEmpty(this.Name)) 92returnValue = this.Name; 175if (string.IsNullOrEmpty(this.Name)) 317string.Compare(currentMethodInfo.Name, this.Name, StringComparison.Ordinal) == 0) 322else if (string.Compare(operationName, this.Name, StringComparison.Ordinal) == 0)
System\Workflow\Activities\ValidationHelper.cs (19)
208serviceOperationHashTable.Add(serviceOperation.Name, methodInfo); 213if (!implementedServiceOperations[contractType].ContainsKey(serviceOperation.Name)) 216serviceOperation.Name, 603if (string.IsNullOrEmpty(operationInfo.Name)) 614if (!string.IsNullOrEmpty(currentOperationInfo.Name) && 615!IsValidTypeNameOrIdentifier(currentOperationInfo.Name, false)) 659operationParameterInfo.Name, currentOperationInfo.Name, currentOperationInfo.ContractName), 669operationParameterInfo.Name, currentOperationInfo.Name, currentOperationInfo.ContractName), 683operationParameterInfo.Name, currentOperationInfo.Name, currentOperationInfo.ContractName), 693operationParameterInfo.Name, currentOperationInfo.Name, currentOperationInfo.ContractName), 707operationParameterInfo.Name, currentOperationInfo.Name, currentOperationInfo.ContractName), 765new ValidationError(SR2.GetString(SR2.Error_Validation_OperationNotInContract, operationInfo.Name, contractType.FullName), 773new ValidationError(SR2.GetString(SR2.Error_Validation_AsyncPatternOperationNotSupported, operationInfo.Name), 789operationInfo.Name, contractType.FullName), 802parameter.Name, operationInfo.Name, contractType.FullName), 812parameter.Name, operationInfo.Name, contractType.FullName), 822parameter.Name, operationInfo.Name, contractType.FullName), 832parameter.Name, operationInfo.Name, contractType.FullName), 842parameter.Name, operationInfo.Name, contractType.FullName),