13 references to GetAmbiguousMatchException
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (6)
391throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 535throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 630throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 745throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 859throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 1146throw ThrowHelper.GetAmbiguousMatchException(methWithDeepestHierarchy!);
src\System\RuntimeType.CoreCLR.cs (7)
2859throw ThrowHelper.GetAmbiguousMatchException(firstCandidate); 2925throw ThrowHelper.GetAmbiguousMatchException(firstCandidate); 2954throw ThrowHelper.GetAmbiguousMatchException(match); 2984throw ThrowHelper.GetAmbiguousMatchException(match); 2996throw ThrowHelper.GetAmbiguousMatchException(match); 3032throw ThrowHelper.GetAmbiguousMatchException(match); 3061throw ThrowHelper.GetAmbiguousMatchException(match);