2 references to ReturnType
System.Private.CoreLib (2)
src\System\Reflection\Emit\DynamicILGenerator.cs (1)
316
if (signature.
ReturnType
is Type retType && retType != typeof(void))
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
663
if (signature.
ReturnType
is Type retType && retType != typeof(void))