2 references to DistributeLiftedConversionIntoLiftedOperand
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (2)
1230
return
DistributeLiftedConversionIntoLiftedOperand
(syntax, operand, conversion, false, type);
1270
return
DistributeLiftedConversionIntoLiftedOperand
(syntax, operand, conversion, @checked, type);