12 overrides of ReturnTypeCustomAttributes
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (1)
379public override ICustomAttributeProvider ReturnTypeCustomAttributes => new EmptyCAHolder();
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
102public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException();
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodOnTypeBuilderInstantiation.cs (1)
122public override ICustomAttributeProvider ReturnTypeCustomAttributes => throw new NotSupportedException();
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
419public override ICustomAttributeProvider ReturnTypeCustomAttributes => new EmptyCAHolder();
src\System\Reflection\Emit\SymbolMethod.cs (1)
103public override ICustomAttributeProvider ReturnTypeCustomAttributes => new EmptyCAHolder();
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
318public 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\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)
97public sealed override ICustomAttributeProvider ReturnTypeCustomAttributes => ReturnParameter;
System.Xaml.Tests (1)
Common\CustomMethodInfo.cs (1)
53public override ICustomAttributeProvider ReturnTypeCustomAttributes => ReturnTypeCustomAttributesResult.Or(DelegatingMethod.ReturnTypeCustomAttributes);
2 references to ReturnTypeCustomAttributes
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingMethodInfo.cs (1)
98get { return UnderlyingMethod.ReturnTypeCustomAttributes; }
System.Xaml.Tests (1)
Common\CustomMethodInfo.cs (1)
53public override ICustomAttributeProvider ReturnTypeCustomAttributes => ReturnTypeCustomAttributesResult.Or(DelegatingMethod.ReturnTypeCustomAttributes);