2 references to
System.Data (2)
fx\src\data\System\Data\ProviderBase\DbConnectionClosed.cs (1)
24protected DbConnectionClosed(ConnectionState state, bool hidePassword, bool allowSetConnectionString) : base(state, hidePassword, allowSetConnectionString) {
fx\src\data\System\Data\ProviderBase\DbConnectionInternal.cs (1)
64protected DbConnectionInternal() : this(ConnectionState.Open, true, false) { // V1.1.3300