1 write to currentSourceType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (1)
103currentSourceType = sourceType;
3 references to currentSourceType
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (3)
105if (currentSourceType == SqlConnectionInternalSourceType.RoutingDestination) 219errorBuilder.AppendFormat((IFormatProvider)null, SQLMessage.Timeout_FailoverInfo(), currentSourceType); 221else if (currentSourceType == SqlConnectionInternalSourceType.RoutingDestination) {