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