[CompilerGenerated] private static EventHandler CS$<>9__CachedAnonymousMethodDelegate1; and there is this: .method private hidebysig static void <.ctor>...
As you can see, a delegate is made static and created only once – LambdaTest.CS<>9__CachedAnonymousMethodDelegate1. So, what pitfalls should we watc...