2026-04-01 12:20:32
Is there a tool in #dotnet that can determine if an object being accessed is a Singleton within a given code block? I'm guessing no, but maybe there's some static analysis tools that look for code patterns of "oh this is definitely a singleton 90% of the time”.

