1 write to sqlCommand
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
279this.sqlCommand = new SqlCommand();
12 references to sqlCommand
System.Activities.DurableInstancing (12)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (12)
167StoreUtilities.TraceSqlCommand(thisPtr.sqlCommand, false); 193using (thisPtr.sqlCommand) 231if (thisPtr.sqlCommand.Connection != null) 233thisPtr.sqlCommand.Connection.Close(); 280this.GenerateSqlCommand(this.sqlCommand); 281this.sqlCommand.CommandText = this.GetSqlCommandText(); 282this.sqlCommand.CommandType = this.GetSqlCommandType(); 284StoreUtilities.TraceSqlCommand(this.sqlCommand, true); 285SqlCommandAsyncResult sqlCommandResult = new SqlCommandAsyncResult(this.sqlCommand, this.ConnectionString, 311if (this.sqlCommand.Connection != null) 313this.sqlCommand.Connection.Close(); 316this.sqlCommand.Dispose();