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