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