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