We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80871c commit 674f1c0Copy full SHA for 674f1c0
src/FirebirdSql.Data.FirebirdClient/FirebirdClient/FbConnection.cs
@@ -311,8 +311,6 @@ protected override void Dispose(bool disposing)
311
_disposed = true;
312
Close();
313
_innerConnection = null;
314
- _options = null;
315
- _connectionString = null;
316
}
317
318
base.Dispose(disposing);
@@ -325,8 +323,6 @@ public override async ValueTask DisposeAsync()
325
323
326
324
await CloseAsync().ConfigureAwait(false);
327
328
329
330
331
await base.DisposeAsync().ConfigureAwait(false);
332
0 commit comments