In the "Paths to Root" of memory snapshot an entry reads:
DashboardVM+<>c
DashboardVM+<>c [Static variable DashboardVM+<>c.<>9]
What does the cryptic line +<>c.<>9
mean exactly? My guess would be ctor line 9, but it does not appear to be the case.
I am interested in understanding the information provided by snapshot rather than resolving this particular case.