3 writes to PConversions
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1037
call.
PConversions
= pConversionCall;
1043
call.
PConversions
= pConversionCall;
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
388
exprDst.
PConversions
= exprDst.CastOfNonLiftedResultToLiftedType;
1 reference to PConversions
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
754
Expr pUDConversion = call?.
PConversions
;