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