2 references to EmitAssignmentPreamble
Microsoft.CodeAnalysis.CSharp (2)
CodeGen\EmitExpression.cs (2)
2555bool lhsUsesStack = EmitAssignmentPreamble(assignmentOperator); 2922lhsUsesStack = EmitAssignmentPreamble(assignmentOperator.Update(sequence.Value, assignmentOperator.Right, assignmentOperator.IsRef, assignmentOperator.Type));