8 references to LoadType
System.Activities.DurableInstancing (8)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (4)
47
LoadType
loadType,
81
LoadType
loadType = loadWorkflowCommand.AcceptUninitializedInstance ?
LoadType
.LoadOrCreateByInstance :
LoadType
.LoadByInstance;
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (3)
32
LoadType
loadType = keyLoadCommand.AcceptUninitializedInstance ?
LoadType
.LoadOrCreateByKey :
LoadType
.LoadByKey;
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
43
command.Parameters.Add(new SqlParameter { ParameterName = "@operationType", SqlDbType = SqlDbType.TinyInt, Value =
LoadType
.LoadByInstance });