4 references to m_methodBody
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);