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