A class that hosts extension methods only is assumed to have no usages, even if there're usages of its methods.
I think it would be more intuitive to treat the class usages "from CLR point of view", ie as if they're invoked in static-method fashion.
Description
A class that hosts extension methods only is assumed to have no usages, even if there're usages of its methods.
I think it would be more intuitive to treat the class usages "from CLR point of view", ie as if they're invoked in static-method fashion.