4 references to ReturnType
mscorlib (4)
system\reflection\ConstructorInfo.cs (1)
480
internal override Type GetReturnType() { return Signature.
ReturnType
; }
system\reflection\methodinfo.cs (1)
806
get { return Signature.
ReturnType
; }
system\reflection\parameterinfo.cs (1)
516
parameterType = m_signature.
ReturnType
;
system\reflection\propertyinfo.cs (1)
509
get { return Signature.
ReturnType
; }