• A
    Support for ref-readonly locals (#22269) · fef4159f
    Andy Gocke 提交于
    Ref-readonly locals are mostly identical to ref-readonly parameters. The
    most important difference is that when possibly mutating methods are
    called on ref-readonly locals of struct type, a proper temporary is
    created before calling the method.
    fef4159f
EmitAddress.cs 27.6 KB