2 references to GetDeclaringTypeInternal
System.Private.CoreLib (2)
src\System\Delegate.CoreCLR.cs (1)
399if (d.BindToMethodInfo(firstArgument, rtMethod, rtMethod.GetDeclaringTypeInternal(), flags))
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
817typeHandle = vaMeth.m_method.GetDeclaringTypeInternal().TypeHandle.Value;