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; 129return _smiContext; 249SysTx.Transaction contextTransaction = _smiContext.ContextTransaction; // returns the transaction that was handed to SysTx that wraps the ContextTransactionId. 250long contextTransactionId = _smiContext.ContextTransactionId; 339_smiContext.OutOfScope -= new EventHandler(OnOutOfScope);