1 write to timeoutTime
System.Data (1)
fx\src\data\System\Data\Sql\SqlDataSourceEnumerator.cs (1)
55timeoutTime = TdsParserStaticMethods.GetTimeoutSeconds(timeoutSeconds);
1 reference to timeoutTime
System.Data (1)
fx\src\data\System\Data\Sql\SqlDataSourceEnumerator.cs (1)
62while (more && !TdsParserStaticMethods.TimeoutHasExpired(timeoutTime)) {