codelyzer
codelyzer copied to clipboard
Investigate if FullIdentifier values can be retrieved instead of calculated
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