1 write to activeCommands
System.WorkflowServices (1)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (1)
588
this.
activeCommands
= new List<SqlCommand>();
7 references to activeCommands
System.WorkflowServices (7)
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (7)
219
if (this.
activeCommands
!= null)
221
lock (this.
activeCommands
)
223
foreach (SqlCommand command in this.
activeCommands
)
364
lock (this.
activeCommands
)
366
this.
activeCommands
.Remove(command);
393
lock (this.
activeCommands
)
395
this.
activeCommands
.Add(command);