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