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