Closed IDisposable closed 10 years ago
This change will let the GC collect the scope sooner. Also removed the init of _disposed to false. It's a bool and those are false by default.
LGTM. Thanks Marc.
This change will let the GC collect the scope sooner. Also removed the init of _disposed to false. It's a bool and those are false by default.