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