9 references to SetAndBeginPhase
System.Data (9)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (1)
111SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.PreLoginBegin);
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (4)
1394timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.PreLoginBegin); 1629timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.PreLoginBegin); 1978timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.LoginBegin); 1984timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.PostLogin);
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
453_connHandler.TimeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.InitializeConnection); 504_connHandler.TimeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.SendPreLoginHandshake); 514_connHandler.TimeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.ConsumePreLoginHandshake); 7134_connHandler.TimeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.ProcessConnectionAuth);