2 references to MakeDynamicBinaryOperator
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
242
return _dynamicFactory.
MakeDynamicBinaryOperator
(operatorKind, loweredLeft, loweredRight, isCompoundAssignment, type).ToExpression();
672
var op = _dynamicFactory.
MakeDynamicBinaryOperator
(operatorKind, loweredLeft, loweredRight, isCompoundAssignment, type).ToExpression();