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