7 references to PostLogin
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (4)
108Debug.Assert(currentPhase == SqlConnectionTimeoutErrorPhase.PostLogin, "Should not be switching to the routing destination until Post Login is completed"); 194case SqlConnectionTimeoutErrorPhase.PostLogin: 203phaseDurations[(int)SqlConnectionTimeoutErrorPhase.PostLogin].GetMilliSecondDuration()); 230originalPhaseDurations[(int)SqlConnectionTimeoutErrorPhase.PostLogin].GetMilliSecondDuration());
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (3)
1428timeoutErrorInternal.EndPhase(SqlConnectionTimeoutErrorPhase.PostLogin); 1984timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.PostLogin); 1988timeoutErrorInternal.EndPhase(SqlConnectionTimeoutErrorPhase.PostLogin);