1 write to _smiContext
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (1)
114
_smiContext
= smiContext;
6 references to _smiContext
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (6)
115
_smiContext
.OutOfScope += new EventHandler(OnOutOfScope);
117
_smiConnection =
_smiContext
.ContextConnection;
129
return
_smiContext
;
249
SysTx.Transaction contextTransaction =
_smiContext
.ContextTransaction; // returns the transaction that was handed to SysTx that wraps the ContextTransactionId.
250
long contextTransactionId =
_smiContext
.ContextTransactionId;
339
_smiContext
.OutOfScope -= new EventHandler(OnOutOfScope);