3 references to StripMethodInstantiation
mscorlib (3)
system\reflection\methodinfo.cs (3)
449IRuntimeMethodInfo handle1 = RuntimeMethodHandle.StripMethodInstantiation(this); 450IRuntimeMethodInfo handle2 = RuntimeMethodHandle.StripMethodInstantiation(mi); 992return RuntimeType.GetMethodBase(m_declaringType, RuntimeMethodHandle.StripMethodInstantiation(this)) as MethodInfo;