5 references to DeclaredScope
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Source\ParameterHelpers.cs (1)
191ScopedKind? declaredScope = parameter is SourceParameterSymbol s ? s.DeclaredScope : null;
Symbols\Source\SourceComplexParameterSymbol.cs (1)
860else if (DeclaredScope != ScopedKind.None)
Symbols\Source\SourceParameterSymbol.cs (3)
146this.DeclaredScope); 163this.DeclaredScope); 234var declaredScope = this.DeclaredScope;