1 write to connectionString
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
66
this.
connectionString
= connectionString;
2 references to connectionString
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (2)
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
);