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