4 writes to handle
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (4)
967
this.
handle
= this.ppd.store.CreateInstanceHandle(this.ppd.owner, this.suggestedIdOrId);
974
InstancePersistenceCommand loadCommand = this.ppd.CreateLoadCommandHelper(this.key, out this.
handle
, this.canCreateInstance, this.suggestedIdOrId, this.associatedKeys, this.loadAny);
1121
this.
handle
= null;
1129
this.
handle
= null;
6 references to handle
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (6)
980
executeResult = this.ppd.store.BeginExecute(this.
handle
, loadCommand, this.timeoutHelper.RemainingTime(), PrepareAsyncCompletion(LoadOrCreateAsyncResult.HandleExecute), this);
1115
this.context = new PersistenceContext(this.ppd, this.ppd.store, this.
handle
, this.suggestedIdOrId, null, true, false, null, 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);
1315
if (thisPtr.
handle
!= null)
1317
thisPtr.
handle
.Free();