1 write to isNested
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\TransactedReceiveScope.cs (1)
37this.isNested = new Variable<bool>();
3 references to isNested
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\TransactedReceiveScope.cs (3)
206metadata.AddImplementationVariable(this.isNested); 240this.isNested.Set(context, true); 264if (!this.isNested.Get(context))