7 references to FExpRefConv
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversions.cs (4)
123
&&
FExpRefConv
(arrSrc.ElementType, arrDst.ElementType);
152
return
FExpRefConv
(arrSrc.ElementType, typeArgsAll[0]);
187
return typeArr == typeLst ||
FExpRefConv
(typeArr, typeLst);
264
if (!
FExpRefConv
(pSourceArg, pTargetArg))
Microsoft\CSharp\RuntimeBinder\Semantics\ExplicitConversion.cs (3)
258
if (!CConversions.
FExpRefConv
(typeArr, typeLst))
300
if (typeArr != typeLst && !CConversions.
FExpRefConv
(typeArr, typeLst))
329
if (CConversions.
FExpRefConv
(arraySrc.ElementType, arrayDest.ElementType))