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
Consider if we remove ParameterSymbol.DeclaredScope and use EffectiveScope only, or at least reduce the use of DeclaredScope perhaps to source parameters only.
FYI, an upcoming PR of mine affects the semantics of this property (make it return true only for explicitly-scoped parameters, and moving the logic of implicitly scoping into EffectiveScope instead): #63134
Consider if we remove
ParameterSymbol.DeclaredScope
and useEffectiveScope
only, or at least reduce the use ofDeclaredScope
perhaps to source parameters only.Based on discussion from #62783 (comment)
The text was updated successfully, but these errors were encountered: