1 write to _parameterAttributes
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
1529_parameterAttributes = parameterAttributes;
3 references to _parameterAttributes
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
1589return _parameterAttributes.IsDefault ? default : _parameterAttributes[index]; 1631return new PlainUnboundLambdaState(Binder, _returnRefKind, _refCustomModifiers, _returnType, _parameterAttributes, _parameterNames, _parameterIsDiscardOpt, _parameterTypesWithAnnotations, _parameterRefKinds, _parameterDeclaredScopes, _defaultValues, _parameterSyntaxList, isAsync: _isAsync, isStatic: _isStatic, includeCache: includeCache);