2 writes to m_methodBase
mscorlib (2)
system\reflection\ConstructorInfo.cs (1)
671mb.m_methodBase = this;
system\reflection\methodinfo.cs (1)
647mb.m_methodBase = this;
4 references to m_methodBase
mscorlib (4)
system\reflection\methodbody.cs (4)
75Type declaringType = m_methodBody.m_methodBase.DeclaringType; 76Module module = (declaringType == null) ? m_methodBody.m_methodBase.Module : declaringType.Module; 78m_methodBody.m_methodBase is MethodInfo ? m_methodBody.m_methodBase.GetGenericArguments() : null);