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