1 write to _parameterDeclaredScopes
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
1464_parameterDeclaredScopes = parameterDeclaredScopes;
3 references to _parameterDeclaredScopes
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
1541return _parameterDeclaredScopes.IsDefault ? ScopedKind.None : _parameterDeclaredScopes[index]; 1560return new PlainUnboundLambdaState(Binder, _returnRefKind, _returnType, _parameterAttributes, _parameterNames, _parameterIsDiscardOpt, _parameterTypesWithAnnotations, _parameterRefKinds, _parameterDeclaredScopes, _defaultValues, _parameterSyntaxList, isAsync: _isAsync, isStatic: _isStatic, includeCache: includeCache);