8 writes to expectedCurrent
System.Transactions (8)
System\Transactions\TransactionScope.cs (8)
81expectedCurrent = committableTransaction.Clone(); 153this.expectedCurrent = committableTransaction.Clone(); 239this.expectedCurrent = committableTransaction.Clone(); 332expectedCurrent = committableTransaction.Clone(); 514expectedCurrent = null; 519expectedCurrent = this.savedCurrent; 564this.expectedCurrent = transactionToUse; 1035this.expectedCurrent = null;
38 references to expectedCurrent
System.Transactions (38)
System\Transactions\TransactionScope.cs (38)
86if ( null == expectedCurrent ) 107expectedCurrent.TransactionTraceId, 156if ( (null != this.expectedCurrent) && (null == this.committableTransaction) && (TimeSpan.Zero != scopeTimeout) ) 169if ( null == expectedCurrent ) 190expectedCurrent.TransactionTraceId, 243if ( null != this.expectedCurrent ) 246if ( (IsolationLevel.Unspecified != transactionOptions.IsolationLevel) && ( expectedCurrent.IsolationLevel != transactionOptions.IsolationLevel ) ) 253if ( (null != this.expectedCurrent) && (null == this.committableTransaction) && (TimeSpan.Zero != scopeTimeout) ) 266if ( null == expectedCurrent ) 287expectedCurrent.TransactionTraceId, 336if ( null != expectedCurrent ) 339if ( (IsolationLevel.Unspecified != transactionOptions.IsolationLevel) && ( expectedCurrent.IsolationLevel != transactionOptions.IsolationLevel ) ) 346if ( (null != this.expectedCurrent) && (null == this.committableTransaction) && (TimeSpan.Zero != scopeTimeout) ) 359if ( null == expectedCurrent ) 380expectedCurrent.TransactionTraceId, 521if ( null == expectedCurrent ) 570expectedCurrent.TransactionTraceId, 661if ( ( ( null != actualCurrentScope.expectedCurrent ) && ( ! actualCurrentScope.expectedCurrent.Equals( current ) ) ) 663( ( null != current ) && ( null == actualCurrentScope.expectedCurrent ) ) 680if ( null == this.expectedCurrent ) 686myId = this.expectedCurrent.TransactionTraceId; 728if ( null == actualCurrentScope.expectedCurrent ) 737actualCurrentScope.expectedCurrent.TransactionTraceId 766if ((( null != this.expectedCurrent ) && ( ! this.expectedCurrent.Equals( current ))) 767|| (( null != current ) && ( null == this.expectedCurrent )) 784if ( null == this.expectedCurrent ) 790myId = this.expectedCurrent.TransactionTraceId; 865if ( null == this.expectedCurrent ) 874this.expectedCurrent.TransactionTraceId 881if ( null != this.expectedCurrent ) 888this.expectedCurrent.TransactionTraceId 932this.expectedCurrent.Dispose(); 994if ( ( !this.complete ) && ( null != this.expectedCurrent ) ) 999this.expectedCurrent.TransactionTraceId 1004this.expectedCurrent.Rollback(); 1086SetCurrent( expectedCurrent );