1 write to Host
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
50
this.
Host
= host;
21 references to Host
System.ServiceModel.Activities (21)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (21)
150
ServiceThrottlingBehavior serviceThrottlingBehavior =
Host
.Description.Behaviors.Find<ServiceThrottlingBehavior>();
158
PersistenceProviderDirectory = new PersistenceProviderDirectory(InstanceStore, this.owner, this.instanceMetadataChanges, this.workflowDefinitionProvider,
Host
, DurableConsistencyScope.Global, maxInstances);
162
PersistenceProviderDirectory = new PersistenceProviderDirectory(this.workflowDefinitionProvider,
Host
, maxInstances);
215
if (thisPtr.
Host
.State == CommunicationState.Opening || thisPtr.
Host
.State == CommunicationState.Opened)
217
thisPtr.
Host
.Fault(exception);
251
this.
Host
.FaultServiceHostIfNecessary(exception);
259
foreach (IServiceBehavior behavior in
Host
.Description.Behaviors)
312
this.instanceOwnerMetadata[WorkflowNamespace.WorkflowHostType] = new InstanceValue(
Host
.DurableInstancingOptions.ScopeName);
313
this.instanceMetadataChanges[WorkflowNamespace.WorkflowHostType] = new InstanceValue(
Host
.DurableInstancingOptions.ScopeName);
319
this.instanceMetadataChanges[WorkflowServiceNamespace.Service] = new InstanceValue(
Host
.ServiceName, InstanceValueOptions.WriteOnly | InstanceValueOptions.Optional);
323
foreach (ServiceEndpoint endpoint in this.
Host
.Description.Endpoints)
347
VirtualPathExtension virtualPathExtension = this.
Host
.Extensions.Find<VirtualPathExtension>();
357
string siteName = this.
Host
.OverrideSiteName ? this.
Host
.Description.Name : virtualPathExtension.SiteName;
372
Fx.Assert(
Host
!= null, "Extension should have been attached in WorkflowServiceHost constructor.");
418
WorkflowServiceBehavior workflowServiceBehavior =
Host
.Description.Behaviors.Find<WorkflowServiceBehavior>();
427
Fx.Assert(
Host
!= null, "Extension should have been attached in WorkflowServiceHost constructor.");
824
BufferedReceiveManager bufferedReceiveManager = this.instanceManager.
Host
.Extensions.Find<BufferedReceiveManager>();
1046
if (currentTransaction == null && this.instanceManager.
Host
.IsLoadTransactionRequired)
1408
IAsyncResult result = this.instanceManager.BeginGetInstance(Guid.Empty, null, null, this.instanceManager.
Host
.PersistTimeout,