4 writes to CastOfNonLiftedResultToLiftedType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
1005
call.
CastOfNonLiftedResultToLiftedType
= mustCast(nonLiftedResult, typeDst);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
675
call.
CastOfNonLiftedResultToLiftedType
= mustCast(nonLiftedResult, typeRet, 0);
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
386
exprDst.
CastOfNonLiftedResultToLiftedType
= _binder.mustCast(arg1, nubDst, 0);
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (1)
2675
call.
CastOfNonLiftedResultToLiftedType
= mustCast(nonLiftedResult, typeRet, 0);
1 reference to CastOfNonLiftedResultToLiftedType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
388
exprDst.PConversions = exprDst.
CastOfNonLiftedResultToLiftedType
;