4 references to Retval
Microsoft.ML.Core (2)
ComponentModel\LoadableClassAttribute.cs (2)
199
if ((parm.Attributes & (ParameterAttributes.Out | ParameterAttributes.
Retval
)) != 0)
219
if ((parm.Attributes & (ParameterAttributes.Out | ParameterAttributes.
Retval
)) != 0)
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (1)
29
public bool IsRetval => (Attributes & ParameterAttributes.
Retval
) != 0;
System.Reflection.Emit (1)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
256
return new ParameterInfoWrapper(new ParameterBuilderImpl(this, 0, ParameterAttributes.
Retval
, null), _returnType);