In CLR 2.0, is there a way to view all the rows that have been interned? I looked at the CLR Profiler APIs and don't see any API calls to monitor when the string gets interned. Also, what is the volume of interned strings? Are interned strings collected when an application domain is unloaded, or do they span application domains?
user280610
source share