tt_python
tt_python

Reputation: 1

Visual Studio 2019 - Code Map: disable "direct" reference from source class / dotnet core

I generated a code map for a .net core based project in VS 2019 (v16.0.0 Preview 4.0).

the problem: the code map 'creates' direct references to the source class

Class 'A' forwards a reference for field1 to class 'B', B forwards it to C. In the map it looks like C directly accesses the information from B AND A directly (second doesn't happen in the code)

see screenshot

Is there a way to disable that the code map 'creates' these direct references from the source class?

Thanks for your help

Upvotes: 0

Views: 264

Answers (0)

Related Questions