roslyn
roslyn copied to clipboard
Extensions: public API follow-ups
This issue is referenced in source/tests.
The list includes:
- [ ] Should the GetMemberGroup API be adapted for the new scenario where a property access could refer to one of multiple properties?
- [ ] we need a public API for
ExtensionNameto support symbol display in VB - [ ]
LookupStaticMembersshould return extension static members - [ ] New API to pair symbols for FAR? (similar to
TryGetCorrespondingExtensionImplementationMethod) - [ ] Normalize whitespaces
- [ ] Test IOperation
- [ ] Test GetSpeculativeSymbolInfo
- [ ] Test IsAccessible
- [ ] Improve handling of BoundBadExpression in GetMemberGroup
- [ ] Fix arity in symbol display for VB
Relates to test plan https://github.com/dotnet/roslyn/issues/76130