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