1 write to timeoutErrorInternal
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
395timeoutErrorInternal = new SqlConnectionTimeoutErrorInternal();
20 references to timeoutErrorInternal
System.Data (20)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (20)
300get { return timeoutErrorInternal; } 1388timeoutErrorInternal.SetInternalSourceType(useFailoverPartner ? SqlConnectionInternalSourceType.Failover : SqlConnectionInternalSourceType.Principle); 1394timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.PreLoginBegin); 1396timeoutErrorInternal.SetFailoverScenario(true); // this is a failover scenario 1409timeoutErrorInternal.SetFailoverScenario(false); // not a failover scenario 1428timeoutErrorInternal.EndPhase(SqlConnectionTimeoutErrorPhase.PostLogin); 1437timeoutErrorInternal.SetAllCompleteMarker(); 1578timeoutErrorInternal.SetInternalSourceType(SqlConnectionInternalSourceType.RoutingDestination); 1628timeoutErrorInternal.ResetAndRestartPhase(); 1629timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.PreLoginBegin); 1630timeoutErrorInternal.SetInternalSourceType(SqlConnectionInternalSourceType.Failover); 1631timeoutErrorInternal.SetFailoverScenario(true); // this is a failover scenario 1798timeoutErrorInternal.SetInternalSourceType(SqlConnectionInternalSourceType.Failover); 1802timeoutErrorInternal.SetInternalSourceType(SqlConnectionInternalSourceType.Principle); 1833timeoutErrorInternal.SetInternalSourceType(SqlConnectionInternalSourceType.RoutingDestination); 1977timeoutErrorInternal.EndPhase(SqlConnectionTimeoutErrorPhase.ConsumePreLoginHandshake); 1978timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.LoginBegin); 1983timeoutErrorInternal.EndPhase(SqlConnectionTimeoutErrorPhase.ProcessConnectionAuth); 1984timeoutErrorInternal.SetAndBeginPhase(SqlConnectionTimeoutErrorPhase.PostLogin); 1988timeoutErrorInternal.EndPhase(SqlConnectionTimeoutErrorPhase.PostLogin);