I am using Visual Studio community 2019 to work with an Asp.net MVC web solution which consists on various projects. In it i am using C# and Javascript, and references between C# functions are correctly marked, but when a C# function is referenced in a Javascript function (generally ViewModel related) it always tells "0 references".
Is there any way to mark those references?