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