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