You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix colorization of type name in MyType<Qualified.Name>.StaticMember (dotnet#19800)
* Fix colorization of type name in MyType<Qualified.Name>.S (dotnet#18009)
Accept ItemOccurrence.InvalidUse in LegitTypeOccurrence so that the
type-name span in expressions like MyType<System.Int32>.S - which name
resolution flags as InvalidUse via isWrongItemInExpr - is still classified
as a ReferenceType, matching the behavior for the unqualified form
MyType<int>.S.
0 commit comments