6 references to findImplementationInInterface
Microsoft.CodeAnalysis.CSharp (6)
Symbols\TypeSymbol.cs (6)
1203return findImplementationInInterface(interfaceMember, accessorImpl1); 1206conflictingImplementation1 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation11); 1207conflictingImplementation2 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation12); 1233return findImplementationInInterface(interfaceMember, accessorImpl1, accessorImpl2); 1236conflictingImplementation1 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation11, conflictingAccessorImplementation21); 1237conflictingImplementation2 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation12, conflictingAccessorImplementation22);