**Version Used**: .NET 8.0 **Steps to Reproduce**: 1. Create a class with primary constructor 2. Add XML documentation to primary constructor **Expected Behavior**: It should be possible to provide independent XML documentation comment for class data type even when primary constructor is used. **Actual Behavior**: The constructor XML documentation is displayed when the class data type is being hovered above: 