In Entity Framework i want to use roslyn analyzer and find the places where lazy loading might occur on some huge tables. Any idea on how to achieve?
I am trying to achieve and give warning while running the solution if a code is written in such a way that will trigger lazy loading on certain huge tables.