-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Description
- Reduce allocations in WithUsingNamespacesAndTypesBinder.GetForwardedToAssemblyInUsingNamespaces (76370)
- Share more code in extract method (76382)
- Switch code in extract method to using immutable arrays (76378)
- Do not bail generating base type initializer in the presence of use site warnings (76347)
- Remove an enumerator allocation in SymbolCompletionItem.CreateWorker (76375)
- Language feature status: add dictionary expressions (76377)
- Reduce allocations in ProjectState's ctor (76369)
- Reduce allocations in CompletionItem.GetEntireDisplayText (76373)
- Reduce allocations in AbstractSymbolCompletionProvider.UnionSymbols (76368)
- Reduce allocations in AbstractRecommendationServiceBasedCompletionProvider.GetSymbolsAsync (76365)
- Handle other object initializer kinds in ref safety analysis (76339)
- Ensure that 'extract method' follows the user's 'use this/me' preference (76366)
- Initialize fields when possible when adding parameters to constructors. (76352)
- Do not add imports automatically in extract method (76362)
- Share more code between "Generate Constructor", "Add Parameter" and "Initialize Member from Parameter" (76359)