9 overrides of ReturnTypeCustomAttributes
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
102
public override ICustomAttributeProvider
ReturnTypeCustomAttributes
=> throw new NotSupportedException();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (1)
122
public override ICustomAttributeProvider
ReturnTypeCustomAttributes
=> throw new NotSupportedException();
System\Reflection\Emit\DynamicMethod.cs (1)
134
public override ICustomAttributeProvider
ReturnTypeCustomAttributes
System\Reflection\Runtime\General\ThunkedApis.cs (1)
120
public sealed override ICustomAttributeProvider
ReturnTypeCustomAttributes
=> ReturnParameter;
System.Reflection.Context (2)
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
96
public override ICustomAttributeProvider
ReturnTypeCustomAttributes
System\Reflection\Context\Virtual\VirtualMethodBase.cs (1)
61
public sealed override ICustomAttributeProvider
ReturnTypeCustomAttributes
System.Reflection.Emit (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
102
public override ICustomAttributeProvider
ReturnTypeCustomAttributes
=> throw new NotSupportedException();
System\Reflection\Emit\ArrayMethod.cs (1)
74
public override ICustomAttributeProvider
ReturnTypeCustomAttributes
=> throw new NotSupportedException(SR.NotSupported_SymbolMethod);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoMethod.cs (1)
95
public sealed override ICustomAttributeProvider
ReturnTypeCustomAttributes
=> ReturnParameter;
1 reference to ReturnTypeCustomAttributes
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
98
get { return UnderlyingMethod.
ReturnTypeCustomAttributes
; }