You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the Roslyn-generated code, you can see that there is a static object for the closure that is being initialized. So static constructor is automatically generated for it. IL output confirms this:
Maybe same as those other
static
related issues, but here I don't see a constructor... Should be fairly easy to support this?The text was updated successfully, but these errors were encountered: