3 references to MachineName
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
98
parameters.Add(new SqlParameter { ParameterName = "@machineName", SqlDbType = SqlDbType.NVarChar, Value = SqlWorkflowInstanceStoreConstants.
MachineName
});
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
46
sqlCommand.Parameters.Add(new SqlParameter { ParameterName = "@machineName", SqlDbType = SqlDbType.NVarChar, Value = SqlWorkflowInstanceStoreConstants.
MachineName
});
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
514
parameters.Add(new SqlParameter { ParameterName = "@lastMachineRunOn", SqlDbType = SqlDbType.NVarChar, Size = 450, Value = SqlWorkflowInstanceStoreConstants.
MachineName
});