1 write to Activity
System.Workflow.Runtime (1)
System\Activities\Statements\InteropEnvironment.cs (1)
45this.Activity = activity;
19 references to Activity
System.Workflow.Runtime (19)
System\Activities\Statements\InteropEnvironment.cs (10)
68this.executor.Initialize(definition, this.Activity.GetInputArgumentValues(context), this.Activity.HasNameCollision); 110new InteropTrackingRecord(this.Activity.DisplayName, 128new InteropTrackingRecord(this.Activity.DisplayName, 167this.Activity.Persist(this.nativeActivityContext); 172this.Activity.CreateTransaction(this.nativeActivityContext, transactionOptions); 177this.Activity.CommitTransaction(this.nativeActivityContext); 182this.Activity.AddResourceManager(this.nativeActivityContext, resourceManager); 219this.Activity.OnClose(this.nativeActivityContext, this.uncaughtException); 221this.Activity.SetOutputArgumentValues(
System\Activities\Statements\InteropExecutor.cs (9)
496this.ServiceProvider.Activity.DisplayName, 521this.ServiceProvider.Activity.DisplayName, 618throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 623throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 628throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 740throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 745throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 831throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName)); 836throw new NotImplementedException(string.Format(CultureInfo.CurrentCulture, ExecutionStringManager.InteropNonSupportedBehavior, this.ServiceProvider.Activity.DisplayName));