Fix IsSymbolAccessibleWithin to respect EmbeddedAttribute#80681
Draft
Copilot wants to merge 7 commits intomaindotnet/roslyn:mainfrom
copilot/fix-issymbolaccessiblewithindotnet/roslyn:copilot/fix-issymbolaccessiblewithinCopy head branch name to clipboard
Draft
Fix IsSymbolAccessibleWithin to respect EmbeddedAttribute#80681Copilot wants to merge 7 commits intomaindotnet/roslyn:mainfrom copilot/fix-issymbolaccessiblewithindotnet/roslyn:copilot/fix-issymbolaccessiblewithinCopy head branch name to clipboard
Copilot wants to merge 7 commits intomaindotnet/roslyn:mainfrom
copilot/fix-issymbolaccessiblewithindotnet/roslyn:copilot/fix-issymbolaccessiblewithinCopy head branch name to clipboard
Commits
Commits on Oct 13, 2025
- committed
Add EmbeddedAttribute check to IsSymbolAccessibleWithin
Show description for 79acb53Fix infinite recursion and finalize EmbeddedAttribute accessibility check
Show description for d044a77Address code review feedback: improve comments, logic, and remove unnecessary casts
Show description for adb4a78
Commits on Oct 14, 2025
Fix whitespace formatting issues
Show description for 70333e5Fix EmbeddedAttribute accessibility check to only apply when attribute is present
Show description for 98fcc53Revert latest change and update test expectation for EmbeddedAttributeForwardedToAnotherAssemblyShouldTriggerAnError
Show description for 04308c7