Linker\TypeMapInfo.cs (2)
359AddDefaultInterfaceImplementation(interfaceMethodToBeImplemented, new(typeThatImplementsInterface, originalInterfaceImpl, interfaceMethodToBeImplemented.DeclaringType, context), potentialImplMethod);
372AddDefaultInterfaceImplementation(interfaceMethodToBeImplemented, new(typeThatImplementsInterface, originalInterfaceImpl, interfaceMethodToBeImplemented.DeclaringType, context), @potentialImplMethod);