2 instantiations of AmbiguousImplementationException
System.Private.CoreLib (1)
System\RuntimeExceptionHelpers.cs (1)
121
return new
AmbiguousImplementationException
();
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
274
throw new
AmbiguousImplementationException
();
2 references to AmbiguousImplementationException
netstandard (1)
netstandard.cs (1)
1484
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.
AmbiguousImplementationException
))]
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
534
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.
AmbiguousImplementationException
))]