1 write to _parameterSyntaxList
Microsoft.CodeAnalysis.CSharp (1)
2 references to _parameterSyntaxList
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
1570return _parameterSyntaxList?[index];
1582return new PlainUnboundLambdaState(Binder, _returnRefKind, _returnType, _parameterAttributes, _parameterNames, _parameterIsDiscardOpt, _parameterTypesWithAnnotations, _parameterRefKinds, _parameterDeclaredScopes, _defaultValues, _parameterSyntaxList, isAsync: _isAsync, isStatic: _isStatic, includeCache: includeCache);