2 references to GetDeclaringTypeInternal
mscorlib (2)
system\delegate.cs (1)
715if (d.BindToMethodInfo(firstArgument, rtMethod, rtMethod.GetDeclaringTypeInternal(), flags))
system\reflection\emit\dynamicilgenerator.cs (1)
986typeHandle = vaMeth.m_method.GetDeclaringTypeInternal().GetTypeHandleInternal().Value;