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