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