2 references to commandCallback
System.WorkflowServices (2)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (2)
1061
result = this.command.BeginExecuteReader(
commandCallback
, this);
1065
result = this.command.BeginExecuteNonQuery(
commandCallback
, this);