6 references to findImplementationInInterface
Microsoft.CodeAnalysis.CSharp (6)
Symbols\TypeSymbol.cs (6)
1187return findImplementationInInterface(interfaceMember, accessorImpl1); 1190conflictingImplementation1 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation11); 1191conflictingImplementation2 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation12); 1217return findImplementationInInterface(interfaceMember, accessorImpl1, accessorImpl2); 1220conflictingImplementation1 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation11, conflictingAccessorImplementation21); 1221conflictingImplementation2 = findImplementationInInterface(interfaceMember, conflictingAccessorImplementation12, conflictingAccessorImplementation22);