3 writes to view
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (3)
1024thisPtr.view = thisPtr.ppd.store.EndExecute(result); 1028thisPtr.view = null; 1032thisPtr.view = null;
13 references to view
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (13)
1035if (thisPtr.view == null) 1040if (thisPtr.view.InstanceState == InstanceState.Unknown) 1051thisPtr.isInstanceInitialized = thisPtr.view.InstanceState != InstanceState.Uninitialized; 1113if (this.view == null) 1119this.context = new PersistenceContext(this.ppd, this.ppd.store, this.handle, this.view.InstanceId, this.view.InstanceKeys.Values.Select((keyView) => new InstanceKey(keyView.InstanceKey, keyView.InstanceKeyMetadata)), true, true, this.view, null); 1128this.context = new PersistenceContext(this.ppd, this.ppd.store, this.handle, this.view.InstanceId, this.view.InstanceKeys.Values.Select((keyView) => new InstanceKey(keyView.InstanceKey, keyView.InstanceKeyMetadata)), false, true, this.view, this.updatedIdentity); 1136this.pipeline.SetLoadedValues(this.view.InstanceData); 1153Fx.Assert(this.view != null, "view must not be null!"); 1155if (!this.view.InstanceMetadata.TryGetValue(WorkflowNamespace.WorkflowHostType, out instanceValue))