4 references to TotalCount
Microsoft.CodeAnalysis.CSharp.Features (4)
ImplementInterface\AbstractChangeImplementationCodeRefactoringProvider.cs (4)
88var offerForSameInterface = TotalCount(implementedMembersFromSameInterfaces) > TotalCount(directlyImplementedMembers); 89var offerForAllInterfaces = TotalCount(implementedMembersFromAllInterfaces) > TotalCount(implementedMembersFromSameInterfaces);