6 references to ProcessConnectionAuth
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (4)
184
case SqlConnectionTimeoutErrorPhase.
ProcessConnectionAuth
:
192
phaseDurations[(int)SqlConnectionTimeoutErrorPhase.
ProcessConnectionAuth
].GetMilliSecondDuration());
202
phaseDurations[(int)SqlConnectionTimeoutErrorPhase.
ProcessConnectionAuth
].GetMilliSecondDuration(),
229
originalPhaseDurations[(int)SqlConnectionTimeoutErrorPhase.
ProcessConnectionAuth
].GetMilliSecondDuration(),
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
1983
timeoutErrorInternal.EndPhase(SqlConnectionTimeoutErrorPhase.
ProcessConnectionAuth
);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
7134
_connHandler.TimeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.
ProcessConnectionAuth
);