[Question] Why HttpResponseMessage calls GC.SuppressFinalize if it doesn't have a finalizer? #43133
Labels
area-System.Net.Http
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
Hello,
Could you please clarify why HttpResponseMessage calls GC.SuppressFinalize during Dispose if the class doesn't have a finalizer?
As I understand, GC won't finilize an object that doesn't have a finalizer
runtime/src/libraries/System.Net.Http/src/System/Net/Http/HttpResponseMessage.cs
Line 242 in d6887d4
The text was updated successfully, but these errors were encountered: