2 writes to ForceNewConnection
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (2)
1239ForceNewConnection = true; 1249ForceNewConnection = false;
2 references to ForceNewConnection
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionFactory.cs (1)
299if (owningConnection.ForceNewConnection) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (1)
1564if (ForceNewConnection) {