2 references to AmbiguousMatch_MemberInfo
System.Reflection.Emit (2)
System\Reflection\Emit\TypeBuilderImpl.cs (2)
813throw new AmbiguousMatchException(SR.Format(SR.AmbiguousMatch_MemberInfo, method.DeclaringType, method.Name)); 851throw new AmbiguousMatchException(SR.Format(SR.AmbiguousMatch_MemberInfo, fieldInfo.DeclaringType, fieldInfo.Name));