3 references to ParameterAttributes
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (2)
645
if (_unboundLambda.
ParameterAttributes
(i).Any())
708
if (DeclaredScope(i) == ScopedKind.None && parameterScopesBuilder[i] == ScopedKind.ScopedRef && _unboundLambda.
ParameterAttributes
(i).Any())
Symbols\Source\LambdaSymbol.cs (1)
356
var attributeLists = unboundLambda.
ParameterAttributes
(p);