Skip to content

Recognize fixed-buffers correctly for GC retrack analyzer #8

@hamarb123

Description

@hamarb123

E.g., it thinks that this is a GC retrack:

unsafe struct S
{
    fixed int Thing[4];
    public ref int DoSomething1(int idx) => DoSomething2(ref *Thing, DoSomething3());
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions