1 instantiation of UdConvInfo
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
803prguci.Add(new UdConvInfo(new MethWithType(convCur, atsCur), fFromImplicit, fToImplicit));
6 references to UdConvInfo
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (4)
686List<UdConvInfo> prguci = new List<UdConvInfo>(); 880UdConvInfo uci = prguci[iuci]; 1055private static RuntimeBinderException HandleAmbiguity(CType typeSrc, CType typeDst, List<UdConvInfo> prguci, int iuciBestSrc, int iuciBestDst)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
1389private static bool IsConvInTable(List<UdConvInfo> convTable, MethodSymbol meth, AggregateType ats, bool fSrc, bool fDst) 1391foreach (UdConvInfo conv in convTable)