6 writes to _currentCompletion
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (6)
1437_currentCompletion = new Tuple<TaskCompletionSource<DbConnectionInternal>, Task>(completion, result.Task); 1478_parent._currentCompletion = null; 1483_parent._currentCompletion = null; 1494_parent._currentCompletion = null; 1499_parent._currentCompletion = null; 1510_parent._currentCompletion = null;
2 references to _currentCompletion
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1374var completion = _currentCompletion; 1380Debug.Assert(_currentCompletion == null, "After waiting for an async call to complete, there should be no completion source");