3 writes to _enlistedTransaction
System.Data.Entity (3)
System\Data\EntityClient\EntityConnection.cs (3)
498_enlistedTransaction = null; 770_enlistedTransaction = transaction; 1160_enlistedTransaction = null;
5 references to _enlistedTransaction
System.Data.Entity (5)
System\Data\EntityClient\EntityConnection.cs (5)
483/// To avoid threading issues the <see cref="_enlistedTransaction"/> field is not reset when the transaction is completed. 494return _enlistedTransaction != null && _enlistedTransaction.TransactionInformation.Status == TransactionStatus.Active; 1157_enlistedTransaction.TransactionCompleted -= EnlistedTransactionCompleted; 1168/// <remarks>Note that to avoid threading issues we never reset the <see cref=" _enlistedTransaction"/> field here.</remarks>