3 references to GetAllInterfaceImplementations
ILCompiler.Compiler (3)
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\DynamicallyAccessedMembersBinder.cs (3)
135
foreach (DefType iface in typeDefinition.
GetAllInterfaceImplementations
(declaredOnly))
439
foreach (DefType innerInterface in i.
GetAllInterfaceImplementations
(declaredOnly: true))
478
foreach (DefType iface in type.
GetAllInterfaceImplementations
(declaredOnly: true))