2 writes to m_returnType
mscorlib (2)
system\reflection\emit\methodbuilder.cs (2)
127m_returnType = returnType; 830m_returnType = returnType;
3 references to m_returnType
mscorlib (3)
system\reflection\emit\methodbuilder.cs (3)
401m_returnType == null ? typeof(void) : m_returnType, m_returnTypeRequiredCustomModifiers, m_returnTypeOptionalCustomModifiers, 628return m_returnType;