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