dotnet/roslyn

Code lens don't show implicit inheritance constructor usage

Open

#79.656 aperta il 29 lug 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C# (4257 fork)batch import
Area-IDEhelp wanted

Metriche repository

Star
 (20.414 star)
Metriche merge PR
 (Merge medio 6g 17h) (256 PR mergiate in 30 g)

Descrizione

Version Used: 17.14.9 P1

Steps to Reproduce:

public class A
{
    public A()
    {
    }
}

public class B : A
{
}

Expected Behavior: Code lens over constructor of A should show 1 usage and point to A in B : A syntax

Actual Behavior: Code lens shows 0 constructor usages

Guida contributor