3 references to GetAllInterfaceImplementations
illink (3)
Linker.Dataflow\DynamicallyAccessedMembersBinder.cs (3)
117
foreach (var i in typeDefinition.
GetAllInterfaceImplementations
(context, declaredOnly))
364
foreach (var innerInterface in interfaceType.
GetAllInterfaceImplementations
(context, declaredOnly: true))
401
foreach (var iface in type.
GetAllInterfaceImplementations
(context, declaredOnly: true))