1 write to ServiceProvider
System.Workflow.Runtime (1)
System\Activities\Statements\InteropEnvironment.cs (1)
46
this.executor.
ServiceProvider
= this;
16 references to ServiceProvider
System.Workflow.Runtime (16)
System\Activities\Statements\InteropExecutor.cs (16)
252
this.
ServiceProvider
.AddResourceManager(this.resourceManager);
496
this.
ServiceProvider
.Activity.DisplayName,
521
this.
ServiceProvider
.Activity.DisplayName,
536
this.
ServiceProvider
.TrackActivityStatusChange(activity, this.eventCounter++);
572
this.
ServiceProvider
.CreateTransaction(tranOpts);
613
return ((IServiceProvider)this.
ServiceProvider
).GetService(serviceType);
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));
646
this.
ServiceProvider
.Persist();
662
this.
ServiceProvider
.CommitTransaction();
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));
849
this.
ServiceProvider
.TrackData(this.CurrentActivity, this.eventCounter++, key, data);