1 write to serviceHost
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
68this.serviceHost = serviceHost;
11 references to serviceHost
System.ServiceModel.Activities (11)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (11)
102WorkflowSynchronizationContext.Instance, this.serviceHost); 132WorkflowSynchronizationContext.Instance, this.serviceHost, updateMap); 759Fx.Assert(!ppd.serviceHost.IsLoadTransactionRequired || (transaction != null), "Transaction must exist!"); 1157throw FxTrace.Exception.AsError(new InstancePersistenceCommandException(SRCore.NullAssignedToValueType(this.ppd.serviceHost.DurableInstancingOptions.ScopeName))); 1160if (!this.ppd.serviceHost.DurableInstancingOptions.ScopeName.Equals(instanceValue.Value)) 1162throw FxTrace.Exception.AsError(new InstancePersistenceCommandException(SRCore.IncorrectValueType(this.ppd.serviceHost.DurableInstancingOptions.ScopeName, instanceValue.Value))); 1329thisPtr.ppd.serviceHost.WorkflowServiceHostPerformanceCounters.WorkflowCreated(); 1333thisPtr.ppd.serviceHost.WorkflowServiceHostPerformanceCounters.WorkflowLoaded(); 1336thisPtr.ppd.serviceHost.WorkflowServiceHostPerformanceCounters.WorkflowLoadDuration(thisPtr.GetDuration()); 1360this.ppd.serviceHost.WorkflowServiceHostPerformanceCounters.WorkflowInMemory(); 1371thisPtr.ppd.serviceHost.WorkflowServiceHostPerformanceCounters.WorkflowInMemory();