Skip to content

stackalloc not shown up in parameter completion list #41736

@nxtn

Description

@nxtn

Version Used: Visual Studio 2019 Version Version 16.5

Steps to Reproduce:

class Program
{
    static void Method(Span<byte> span)
    {
        Method(stackallo[||]);
    }
}

As described by title.

Metadata

Metadata

Assignees

Labels

Area-IDEBugIDE-IntelliSenseCompletion, Signature Help, Quick InfoResolution-FixedThe bug has been fixed and/or the requested behavior has been implemented

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions