Does merging assemblies change the scope of the internal keyword?
I'm fairly certain that it wouldn't have an effect (or at least one that would matter) since anyone referencing the final assembly wouldn't be able to access internal classes anyway.
This might be a hypothetical question with no real world value, but I was curious nontheless.
Edit: I do mean with ILMerge, not combining source code into a single buildable assembly.