toWriteStmt method
Returns an expression that writes value
to this variable or field.
Implementation
o.Statement toWriteStmt(o.Expression value) =>
WriteNodeReferenceStmt(this, value);
Returns an expression that writes value
to this variable or field.
o.Statement toWriteStmt(o.Expression value) =>
WriteNodeReferenceStmt(this, value);