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