Skip to content

Add the 'scoped' modifier in metadata-as-source#76032

Merged
CyrusNajmabadi merged 5 commits intodotnet:mainfrom
CyrusNajmabadi:scopedMAS
Nov 22, 2024
Merged

Add the 'scoped' modifier in metadata-as-source#76032
CyrusNajmabadi merged 5 commits intodotnet:mainfrom
CyrusNajmabadi:scopedMAS

Conversation

@CyrusNajmabadi
Copy link
Contributor

Fixes #64906

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner November 22, 2024 05:44
@ghost ghost added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Nov 22, 2024
@CyrusNajmabadi
Copy link
Contributor Author

@akhera99 ptal

case RefKind.RefReadOnly when forFunctionPointerReturnParameter:
result.Add(RefKeyword);
result.Add(ReadOnlyKeyword);
break;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this fallthrough to the case below?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mebbe. my aring is little :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MetadataAsSource should show scoped modifiers

3 participants