Does changing Task reference to Task.CompletedTask make sense in context of GC and reference counting?
Considering I have simple class, that I just want to initialize (or do some task once in a lifetime of the object). Does switching the reference to Task.Completed after all is done change anything, considering GC?