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