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