'Check inter-language function references in Visual Studio

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?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source