2 references to ERR_AmbigUDConv
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFacts.cs (1)
136
case ErrorCode.
ERR_AmbigUDConv
:
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1059
return ErrorHandling.Error(ErrorCode.
ERR_AmbigUDConv
, prguci[iuciBestSrc].Meth, prguci[iuciBestDst].Meth, typeSrc, typeDst);