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