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