I have a project "A", which references 2 other projects "B" and "C".
For both references actual functions from these project are used in "A".
But when I open the assembly A.dll with ILSpy, it only shows "B" and not "C" under references.
If I remove the reference that is missing, my project no longer compiles, so it is in fact actually used.
What could be the reason for this?