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