13 references to GetAmbiguousMatchException
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (6)
389throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 533throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 628throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 743throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 857throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 1144throw ThrowHelper.GetAmbiguousMatchException(methWithDeepestHierarchy!);
src\System\RuntimeType.CoreCLR.cs (7)
2823throw ThrowHelper.GetAmbiguousMatchException(firstCandidate); 2889throw ThrowHelper.GetAmbiguousMatchException(firstCandidate); 2918throw ThrowHelper.GetAmbiguousMatchException(match); 2948throw ThrowHelper.GetAmbiguousMatchException(match); 2960throw ThrowHelper.GetAmbiguousMatchException(match); 2996throw ThrowHelper.GetAmbiguousMatchException(match); 3025throw ThrowHelper.GetAmbiguousMatchException(match);