2 references to TryGetExplicitlyImplementedInterfaces
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\Dataflow\DynamicallyAccessedMembersBinder.cs (2)
434
foreach (DefType i in type.
TryGetExplicitlyImplementedInterfaces
())
483
foreach (DefType interfaceType in type.
TryGetExplicitlyImplementedInterfaces
())