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