1 write to m_returnType
mscorlib (1)
system\reflection\emit\dynamicmethod.cs (1)
373m_returnType = (returnType == null) ? (RuntimeType)typeof(void) : returnType.UnderlyingSystemType as RuntimeType;
5 references to m_returnType
mscorlib (5)
system\reflection\emit\dynamicmethod.cs (5)
374if ( (m_returnType == null) || !(m_returnType is RuntimeType) || m_returnType.IsByRef ) 730this.m_methodHandle, m_parameterTypes, m_returnType, CallingConvention); 980return m_owner.m_returnType;