6 references to GetTimeoutRemaining
System.Data (6)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
1011error = SNINativeMethodWrapper.SNIWaitForSSLHandshakeToComplete(_physicalStateObj.Handle, _physicalStateObj.GetTimeoutRemaining()); 1439stateObj._fResetEventOwned = _resetConnectionEvent.WaitOne(stateObj.GetTimeoutRemaining(), false);
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (4)
1957error = SNINativeMethodWrapper.SNIReadSyncOverAsync(handle, ref readPacket, GetTimeoutRemaining()); 2147int msecsRemaining = GetTimeoutRemaining(); 2338error = SNINativeMethodWrapper.SNIReadSyncOverAsync(handle, ref syncReadPacket, stateObj.GetTimeoutRemaining()); 3080if (_bulkCopyOpperationInProgress && 0 == GetTimeoutRemaining()) {