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