9 references to GetAmbiguousMatchException
System.Private.CoreLib (9)
src\runtime\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!);
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (1)
118throw ThrowHelper.GetAmbiguousMatchException(match);
System\Reflection\Runtime\General\ThunkedApis.cs (1)
200throw ThrowHelper.GetAmbiguousMatchException(match);
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.BindingFlags.cs (1)
146throw ThrowHelper.GetAmbiguousMatchException(firstCandidate);