4 references to ReturnType
System.Private.CoreLib (4)
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (1)
181internal override Type GetReturnType() { return Signature.ReturnType; }
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
316public override Type ReturnType => Signature.ReturnType;
src\System\Reflection\RuntimeParameterInfo.cs (1)
225parameterType = m_signature.ReturnType;
src\System\Reflection\RuntimePropertyInfo.cs (1)
249public override Type PropertyType => Signature.ReturnType;