Visual Studio C # Code Lens - why are links listed for properties but not for fields?

In Visual Studio 2017 Enterprise, I noticed that for any class properties (w / get / set) in the Code Lens object, the number of links is directly above the property. But for class fields this is not true. Here is a screenshot:

enter image description here

Does anyone know why? Or how can I get Visual Studio to also display links for fields?

+4
source share

Source: https://habr.com/ru/post/1686559/


All Articles