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