codelyzer icon indicating copy to clipboard operation
codelyzer copied to clipboard

Investigate if FullIdentifier values can be retrieved instead of calculated

Open marknfawaz opened this issue 3 years ago • 0 comments

Description

We use a FullIdentifier for multiple objects (ClassDeclaration, Interface, etc...). This field is the namespace + type + identifier (if any). We need to check if there's a way to get this from Roslyn, instead of us filling ourselves.

Solution idea(s)

Try to get from the roslyn semantic model

marknfawaz avatar May 27 '22 17:05 marknfawaz