Open NTaylorMullen opened 4 years ago
Looking at the details of the application I would have expected ErrorViewModel to also report its usage in:
And I think the 3rd reference count is from the unmapped line location. If I delete the @model ErrorViewModel
in Error.cshtml I end up getting 0 references on ErrorViewModel which also seems odd though
I think it is interesting that Find All References correctly includes the usage from HomeController.
Version Used:
Steps to Reproduce:
Repro:
Expected Behavior: Reference count should read 1 instead of 3
Actual Behavior: