Alex
Alex
@dotnet-policy-service agree
@CyrusNajmabadi the implementation is now ready for review again, the only blocker is the one public API that remains which is important for the purpose outlined in the description of...
@CyrusNajmabadi to move this forward through the API review
Those changes ensure that the found references are accurate. I've also added tests showing the new behavior of the pp symbol info from the semantic model.
@AlekseyTs ptal after applying the suggestions
@dotnet/roslyn-compiler the API proposal was approved, pending second review
It seems that in the example code, `INamedTypeSymbol A` is returned instead of its constructor, which is why the reference is not found. So there needs to be a breaking...
I cannot reproduce this in 17.12.0 P3
Your `FailedStatus` seems to be in another file, right? That could also be it.
I tried to reproduce this in both 17.11, 17.12 P3 and the current `main` (7d58a7f), but could not see this happen to me. Wrote the exact code you show in...