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