Expression<TDelegate>.Compile and Garbage Collection
12
When I compile an expression into executable code and get the delegate - does the code get garbage collected when no more references to this delegate exist?
Is there any documentation on this? Because I didn't find anything useful in the MSDN.