summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
diff options
context:
space:
mode:
authorMaryam Ariyan <maryam.ariyan@microsoft.com>2019-03-05 11:36:02 -0800
committerGitHub <noreply@github.com>2019-03-05 11:36:02 -0800
commitc004dff82def0f92ca837b81fd93445ae767fd62 (patch)
tree7a942ac18a20ef6972b0036b2cdf09fba742695c /src/System.Private.CoreLib
parent2a295e0232aa28dd9b98a0f8bd9bd6ed12b6a4bd (diff)
downloadcoreclr-c004dff82def0f92ca837b81fd93445ae767fd62.tar.gz
coreclr-c004dff82def0f92ca837b81fd93445ae767fd62.tar.bz2
coreclr-c004dff82def0f92ca837b81fd93445ae767fd62.zip
Add Type Forward (#23036)
Diffstat (limited to 'src/System.Private.CoreLib')
-rw-r--r--src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs b/src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs
index 1a7ef0aef8..9e43ec0196 100644
--- a/src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs
+++ b/src/System.Private.CoreLib/shared/System/Runtime/AmbiguousImplementationException.cs
@@ -8,6 +8,7 @@ using System.Runtime.Serialization;
namespace System.Runtime
{
[Serializable]
+ [System.Runtime.CompilerServices.TypeForwardedFrom("System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public sealed class AmbiguousImplementationException : Exception
{
public AmbiguousImplementationException()