Base:
2 references to ReturnType
System.Reflection.Context (2)
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertySetter.cs (2)
49
if (
ReturnType
.IsInstanceOfType(value))
50
throw new ArgumentException(SR.Format(SR.Argument_ObjectArgumentMismatch, value.GetType(),
ReturnType
));