6 references to InterfaceImplementor
illink (6)
Linker\InterfaceImplementor.cs (2)
41
return new
InterfaceImplementor
(implementor, iface, interfaceType, resolver);
56
return new
InterfaceImplementor
(implementor, ifaceImpl, interfaceType, resolver);
Linker\TypeMapInfo.cs (4)
206
AnnotateMethods(resolvedInterfaceMethod, exactMatchOnType,
new
(type, interfaceImpl.OriginalImpl, resolvedInterfaceMethod.DeclaringType, context));
214
AnnotateMethods(resolvedInterfaceMethod, @base,
new
(type, interfaceImpl.OriginalImpl, resolvedInterfaceMethod.DeclaringType, context));
359
AddDefaultInterfaceImplementation(interfaceMethodToBeImplemented,
new
(typeThatImplementsInterface, originalInterfaceImpl, interfaceMethodToBeImplemented.DeclaringType, context), potentialImplMethod);
372
AddDefaultInterfaceImplementation(interfaceMethodToBeImplemented,
new
(typeThatImplementsInterface, originalInterfaceImpl, interfaceMethodToBeImplemented.DeclaringType, context), @potentialImplMethod);