2 references to CheckConnectionWindow
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
2225if (DateTime.UtcNow.Ticks - _lastSuccessfulIOTimer._value > CheckConnectionWindow) { 2287if (DateTime.UtcNow.Ticks - _lastSuccessfulIOTimer._value <= CheckConnectionWindow) {