6 references to InterfaceImplementor
illink (6)
Linker\InterfaceImplementor.cs (2)
39
return new
InterfaceImplementor
(implementor, iface, interfaceType, resolver);
51
return new
InterfaceImplementor
(implementor, ifaceImpl, interfaceType, resolver);
Linker\TypeMapInfo.cs (4)
199
AnnotateMethods (resolvedInterfaceMethod, exactMatchOnType,
new
(type, interfaceImpl.OriginalImpl, resolvedInterfaceMethod.DeclaringType, context));
206
AnnotateMethods (resolvedInterfaceMethod, @base,
new
(type, interfaceImpl.OriginalImpl, resolvedInterfaceMethod.DeclaringType, context));
341
AddDefaultInterfaceImplementation (interfaceMethodToBeImplemented,
new
(typeThatImplementsInterface, originalInterfaceImpl, interfaceMethodToBeImplemented.DeclaringType, context), potentialImplMethod);
352
AddDefaultInterfaceImplementation (interfaceMethodToBeImplemented,
new
(typeThatImplementsInterface, originalInterfaceImpl, interfaceMethodToBeImplemented.DeclaringType, context), @potentialImplMethod);