6 references to findImplementationInInterface
Microsoft.CodeAnalysis.CSharp (6)
Symbols\TypeSymbol.cs (6)
1193return findImplementationInInterface(interfaceMember, accessorImpl1); 1196conflictingImplementation1 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation11); 1197conflictingImplementation2 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation12); 1223return findImplementationInInterface(interfaceMember, accessorImpl1, accessorImpl2); 1226conflictingImplementation1 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation11, conflictingAccessorImplementation21); 1227conflictingImplementation2 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation12, conflictingAccessorImplementation22);