3 writes to currentPhase
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (3)
117currentPhase = SqlConnectionTimeoutErrorPhase.PreLoginBegin; 124currentPhase = timeoutErrorPhase; 140currentPhase = SqlConnectionTimeoutErrorPhase.Complete;
5 references to currentPhase
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (5)
86get { return currentPhase; } 108Debug.Assert(currentPhase == SqlConnectionTimeoutErrorPhase.PostLogin, "Should not be switching to the routing destination until Post Login is completed"); 147switch(currentPhase) 213if ((currentPhase != SqlConnectionTimeoutErrorPhase.Undefined) && (currentPhase != SqlConnectionTimeoutErrorPhase.Complete))