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