Open tmat opened 1 year ago
This is fairly crazy, as teh only place we call this is on a ParameterDeclarationSyntax. But we're somehow getting null back.
need @dotnet/roslyn-compiler to take a look. Specifically, this seems to break the invariant that all XXXDeclarationSyntax nodes hve a corresponding symbol associated with them.
Seeing if i can figure out which parameter this fails for.
Not repro'ing anything on latest bits. Maybe an issue with an older sdk and primary constructors. Looking to see if we have any prism hits.
Haven't heard about this from any other sources. Prism shows no hits for this as well. My guess is some bad combo of things that caused this to happen :)
Editing constructor in this code: