9 references to SendPreLoginHandshake
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (7)
160
case SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
:
165
phaseDurations[(int)SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
].GetMilliSecondDuration());
172
phaseDurations[(int)SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
].GetMilliSecondDuration() +
180
phaseDurations[(int)SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
].GetMilliSecondDuration() +
189
phaseDurations[(int)SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
].GetMilliSecondDuration() +
199
phaseDurations[(int)SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
].GetMilliSecondDuration() +
226
originalPhaseDurations[(int)SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
].GetMilliSecondDuration() +
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
504
_connHandler.TimeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
);
513
_connHandler.TimeoutErrorInternal.EndPhase(SqlConnectionTimeoutErrorPhase.
SendPreLoginHandshake
);