2 writes to ParentDisplayName
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
148ParentDisplayName = this.DisplayName 426this.ParentDisplayName = new InArgument<string>();
3 references to ParentDisplayName
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\TransactedReceiveScope.cs (3)
424if (this.ParentDisplayName == null) 428metadata.Bind(this.ParentDisplayName, parentDisplayNameArgument); 449return SR.AbortInstanceOnTransactionFailureDoesNotMatch(this.Child.Get(context).DisplayName, this.ParentDisplayName.Get(context));