1 write to handler
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1036
this.
handler
= handler;
8 references to handler
System.WorkflowServices (8)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (8)
1040
if (this.
handler
.ShortcutExecution)
1055
this.
handler
.SetupCommand(this.command, this.id, additionalParameters);
1059
if (this.
handler
.ExecuteReader)
1099
SR2.GetString(SR2.PersistenceOperationError, this.
handler
.OperationName), e));
1152
SR2.GetString(SR2.PersistenceOperationError, operationResult.
handler
.OperationName), e);
1178
if (this.
handler
.ExecuteReader)
1182
this.instance = this.
handler
.ProcessReader(reader);
1192
delayedException = this.
handler
.ProcessResult(resultCode, this.id, this.instance);