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