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