3 writes to PConversions
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (2)
1064
call.
PConversions
= pConversionCall;
1070
call.
PConversions
= pConversionCall;
Microsoft\CSharp\RuntimeBinder\Semantics\ImplicitConversion.cs (1)
390
exprDst.
PConversions
= exprDst.CastOfNonLiftedResultToLiftedType;
1 reference to PConversions
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (1)
755
Expr pUDConversion = call?.
PConversions
;