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