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