3 writes to view
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (3)
1024
thisPtr.
view
= thisPtr.ppd.store.EndExecute(result);
1028
thisPtr.
view
= null;
1032
thisPtr.
view
= null;
13 references to view
System.ServiceModel.Activities (13)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (13)
1035
if (thisPtr.
view
== null)
1040
if (thisPtr.
view
.InstanceState == InstanceState.Unknown)
1051
thisPtr.isInstanceInitialized = thisPtr.
view
.InstanceState != InstanceState.Uninitialized;
1113
if (this.
view
== null)
1119
this.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);
1128
this.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);
1136
this.pipeline.SetLoadedValues(this.
view
.InstanceData);
1153
Fx.Assert(this.
view
!= null, "view must not be null!");
1155
if (!this.
view
.InstanceMetadata.TryGetValue(WorkflowNamespace.WorkflowHostType, out instanceValue))