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