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