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)
1374
var completion =
_currentCompletion
;
1380
Debug.Assert(
_currentCompletion
== null, "After waiting for an async call to complete, there should be no completion source");