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