I do have assembly A and assembly B where B has a reference to A. Both use types from the SAME external assembly C.
So if I do: TypeReference _Foo=import(C.FOO) Can a type of Assembly B use _Foo because it has a reference to A. Or do I need to import C.FOO twice and make sure that they user their own imported reference ? Joe -- -- mono-cecil
