• A
    Change AssignmentOperator to use IsRef instead of RefKind (#23415) · bb0207f6
    Andy Gocke 提交于
    Assignments can be ref or regular, but there's no such thing as a
    "ref-readonly" assignment or "out" assignment, only left-hand sides that
    can be ref-kind. Changing to IsRef prevents bugs around looking for the
    RefKind of the assignment instead of looking for the RefKind of the LHS.
    bb0207f6
LocalRewriter_AssignmentOperator.cs 14.6 KB