7 references to FExpRefConv
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (4)
125
&&
FExpRefConv
(arrSrc.ElementType, arrDst.ElementType);
154
return
FExpRefConv
(arrSrc.ElementType, typeArgsAll[0]);
189
return typeArr == typeLst ||
FExpRefConv
(typeArr, typeLst);
268
if (!
FExpRefConv
(pSourceArg, pTargetArg))
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (3)
259
if (!CConversions.
FExpRefConv
(typeArr, typeLst))
301
if (typeArr != typeLst && !CConversions.
FExpRefConv
(typeArr, typeLst))
330
if (CConversions.
FExpRefConv
(arraySrc.ElementType, arrayDest.ElementType))