9 references to GetAmbiguousMatchException
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (6)
391
throw ThrowHelper.
GetAmbiguousMatchException
(bestMatch);
535
throw ThrowHelper.
GetAmbiguousMatchException
(bestMatch);
630
throw ThrowHelper.
GetAmbiguousMatchException
(bestMatch);
745
throw ThrowHelper.
GetAmbiguousMatchException
(bestMatch);
859
throw ThrowHelper.
GetAmbiguousMatchException
(bestMatch);
1146
throw ThrowHelper.
GetAmbiguousMatchException
(methWithDeepestHierarchy!);
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (1)
118
throw ThrowHelper.
GetAmbiguousMatchException
(match);
System\Reflection\Runtime\General\ThunkedApis.cs (1)
200
throw ThrowHelper.
GetAmbiguousMatchException
(match);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.BindingFlags.cs (1)
146
throw ThrowHelper.
GetAmbiguousMatchException
(firstCandidate);