1 write to provider
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
1037
this.
provider
= provider;
5 references to provider
System.WorkflowServices (5)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (5)
1047
SqlConnection connection = this.
provider
.OpenConnection(timeoutHelper.RemainingTime());
1053
this.command = this.
provider
.CreateCommand(connection, timeoutHelper.RemainingTime());
1085
this.
provider
.CleanupCommand(this.command);
1106
this.
provider
.CleanupCommand(this.command);
1159
operationResult.
provider
.CleanupCommand(operationResult.command);