6 ms·
No duplication. There's a single file where every type reference or method reference exists once. Note that it's not a library file. The compiled dll or exe has
by ckok 6y ago
No duplication. There's a single file where every type reference or method reference exists once. Note that it's not a library file. The compiled dll or exe has no relationship to the original way it was stored in .cs file. Instead it's a set of tables which hold all types, all members.
- pjmlp 6y agoPartial types.