16 instantiations of AmbiguousMatchException
Microsoft.Build (1)
Microsoft.CodeAnalysis.Test.Utilities (1)
Microsoft.VisualBasic.Core (1)
System.Linq.Expressions (1)
System.Private.CoreLib (3)
System.Reflection.Context (1)
System.Reflection.Emit (5)
System\Reflection\Emit\TypeBuilderImpl.cs (5)
836throw new AmbiguousMatchException(SR.Format(SR.AmbiguousMatch_MemberInfo, method.DeclaringType, method.Name));
874throw new AmbiguousMatchException(SR.Format(SR.AmbiguousMatch_MemberInfo, fieldInfo.DeclaringType, fieldInfo.Name));
962throw new AmbiguousMatchException(SR.Format(SR.AmbiguousMatch_MemberInfo, interfaceType.DeclaringType, interfaceType.Name));
1078throw new AmbiguousMatchException(SR.Format(SR.AmbiguousMatch_MemberInfo, firstCandidate.DeclaringType, firstCandidate.Name));
1165throw new AmbiguousMatchException(SR.Format(SR.AmbiguousMatch_MemberInfo, type.DeclaringType, type.Name));
System.Reflection.MetadataLoadContext (2)
System.Runtime.InteropServices (1)
51 references to AmbiguousMatchException
Microsoft.AspNetCore.Components.Tests (1)
Microsoft.Build (2)
Microsoft.Build.Engine.OM.UnitTests (1)
Microsoft.Build.Tasks.Core (1)
Microsoft.Build.Utilities.Core (1)
Microsoft.Maui.Controls (7)
Microsoft.Maui.Controls.Xaml (12)
MSBuild (1)
MSBuildTaskHost (1)
mscorlib (1)
netstandard (1)
PresentationBuildTasks (1)
PresentationFramework (6)
System.ComponentModel.Composition (1)
System.ComponentModel.TypeConverter (1)
System.Linq.Expressions (3)
System.Private.CoreLib (5)
System.Private.Windows.Core.TestUtilities (1)
System.Reflection (1)
System.Reflection.MetadataLoadContext (2)
System.Runtime (1)