2 references to CalculateEffectiveScopeIgnoringAttributes
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceComplexParameterSymbol.cs (1)
211
var scope =
CalculateEffectiveScopeIgnoringAttributes
();
Symbols\Source\SourceSimpleParameterSymbol.cs (1)
160
internal override ScopedKind EffectiveScope =>
CalculateEffectiveScopeIgnoringAttributes
();