Base:
property
EffectiveScope
Microsoft.CodeAnalysis.CSharp.Symbols.ParameterSymbol.EffectiveScope
2 overrides of EffectiveScope
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
207
internal sealed override ScopedKind
EffectiveScope
Symbols\Source\SourceSimpleParameterSymbol.cs (1)
160
internal override ScopedKind
EffectiveScope
=> CalculateEffectiveScopeIgnoringAttributes();
1 reference to EffectiveScope
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceClonedParameterSymbol.cs (1)
66
internal sealed override ScopedKind EffectiveScope => _originalParam.
EffectiveScope
;