2 references to IsActiveConnectionValid
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
1397
if ((_activeConnection.State != ConnectionState.Open) || (!cachedAsyncState.
IsActiveConnectionValid
(_activeConnection))) {
4910
if (cachedAsyncState.
IsActiveConnectionValid
(_activeConnection)) {