dotnet / roslyn-analyzers

MIT License
1.55k stars 460 forks source link

Dispose some pooled object instances #7330

Open omajid opened 3 weeks ago

omajid commented 3 weeks ago

We Dispose()/Free() other instances of these classes, but not these specific ones. Fix that.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.49%. Comparing base (52913b2) to head (b054267).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #7330 +/- ## ======================================= Coverage 96.49% 96.49% ======================================= Files 1443 1443 Lines 345670 345670 Branches 11370 11370 ======================================= + Hits 333543 333559 +16 + Misses 9248 9233 -15 + Partials 2879 2878 -1 ```