Your feedback: How many types do you ref.emit into a module?

I'm looking for feedback about Ref.Emit usage patterns.

  1. When using Ref.Emit, how many types do you generally emit into a single module?
  2. Do your scenarios generally use AssemblyBuilderAccess.RunAndSave/.Run? In other words, are you emitting code so that you can immediately execute it in the same process, or are you emitting it for some compiler scenario?

And while you're at it, swing by and give me feedback about LCG + Debuggability.