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