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