1 write to serviceDeploymentHash
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
418
this.
serviceDeploymentHash
= new Guid(HashHelper.ComputeHash(serviceDeploymentHashBuffer));
5 references to serviceDeploymentHash
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (5)
142
if ((this.
serviceDeploymentHash
!= Guid.Empty) && (this.serviceDeploymentId == 0))
429
if ((this.
serviceDeploymentHash
!= Guid.Empty) && (this.serviceDeploymentId == 0))
436
parameters.Add(new SqlParameter { ParameterName = "@serviceDeploymentHash", SqlDbType = SqlDbType.UniqueIdentifier, Value = this.
serviceDeploymentHash
});
454
SaveWorkflowAsyncResult.serviceDeploymentIdsCache.TryGetValue(this.
serviceDeploymentHash
, out this.serviceDeploymentId);
467
serviceDeploymentIdsCache[this.
serviceDeploymentHash
] = this.serviceDeploymentId;