6 references to findImplementationInInterface
Microsoft.CodeAnalysis.CSharp (6)
Symbols\TypeSymbol.cs (6)
1197return findImplementationInInterface(interfaceMember, accessorImpl1); 1200conflictingImplementation1 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation11); 1201conflictingImplementation2 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation12); 1227return findImplementationInInterface(interfaceMember, accessorImpl1, accessorImpl2); 1230conflictingImplementation1 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation11, conflictingAccessorImplementation21); 1231conflictingImplementation2 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation12, conflictingAccessorImplementation22);