RefactoringEssentials
RefactoringEssentials copied to clipboard
False positive RECS0098 Remove redundant right side
int firstItemHash = _collection.FirstOrDefault()?.GetHashCode() ?? 0;