1 write to sqlCommand
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
65this.sqlCommand = sqlCommand;
12 references to sqlCommand
System.Activities.DurableInstancing (12)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (12)
131if (thisPtr.sqlCommand.Connection != null) 133thisPtr.sqlCommand.Connection.Close(); 155this.sqlDataReader = this.sqlCommand.EndExecuteReader(result); 169if (this.sqlCommand.Connection != null) 171this.sqlCommand.Connection.Close(); 212this.sqlCommand.Dispose(); 213IOThreadTimer iott = new IOThreadTimer(StartCommandCallback, new SqlCommandAsyncResult(CloneSqlCommand(this.sqlCommand), this.connectionString, this.eventTraceActivity, this.dependentTransaction, 269this.sqlCommand.Connection = StoreUtilities.CreateConnection(this.connectionString); 272result = this.sqlCommand.BeginExecuteReader(wrappedCallback, this, CommandBehavior.CloseConnection); 276this.sqlCommand.Connection.Close(); 298if (this.sqlCommand.Connection != null) 300this.sqlCommand.Connection.Close();