1 write to operationName
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowService.cs (1)
858this.operationName = operationName;
3 references to operationName
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\WorkflowService.cs (3)
863return this.serviceContractXName == other.serviceContractXName && this.operationName == other.operationName; 874hashCode ^= this.operationName.GetHashCode();