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