main
Move SpecializedCollections to Microsoft.CodeAnalysis.Collections namespace (#78466)
Follow up on addition of `InternalSpecialType` (#72704)
Warn for multiple blank lines in source (#65451)
Ensure proper receiver value is used for a constrained call invocation (#70401)
Optimize `T? ?? <expr>` to `T.GetValueOrDefault(<expr>)` for a side-effectless `<expr>` where `T?` is a nullable value type (#70199)
update headers
VB: Don't capture conditional access receiver into a temp local during lowering. (#76712)
Merge remote-tracking branch 'dotnet/master' into UsedAssemblies_13
VB: Do not use overload resolution while lowering interpolated strings (#75449)
Improve cycle detection while evaluating values of a constant fields (#50169)
Fix typos (#43494)
IDE0036 - VB
Do not resolve diagnostics early during attribute binding (#71140)
ReferenceEqualityComparer (#78350)
Rebind an initializer shared across multiple symbols. (#54304)
Implement support for emitting PrivateImplementationDetails to EnC deltas (#69485)
EnC: Allow adding/removing await expressions and yield statements in VB (#61569)
Implement Required Members for VB (#66084)
Changes around usage of Nullable.GetValueOrDefault API on conditional access (#49674)
Add support for ref returning methods and properties in `With` statement. (#68203)