10 references to ThrowHelper
System.Reflection.MetadataLoadContext (10)
System\Reflection\DefaultBinder.cs (4)
142throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 262throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 346throw ThrowHelper.GetAmbiguousMatchException(bestMatch); 611throw ThrowHelper.GetAmbiguousMatchException(methWithDeepestHierarchy!);
System\Reflection\Runtime\BindingFlagSupport\QueryResult.cs (2)
115throw ThrowHelper.GetAmbiguousMatchException(match); 119throw ThrowHelper.GetAmbiguousMatchException(match);
System\Reflection\TypeLoading\CustomAttributes\CustomAttributeHelpers.cs (1)
22throw ThrowHelper.GetAmbiguousMatchException(match);
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (1)
152throw ThrowHelper.GetAmbiguousMatchException(firstCandidate);
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.BindingFlags.cs (1)
97throw ThrowHelper.GetAmbiguousMatchException(match);
System\Reflection\TypeLoading\Types\RoType.GetInterface.cs (1)
36throw ThrowHelper.GetAmbiguousMatchException(match);