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