5 references to ParameterAttributes
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\UnboundLambda.cs (4)
708if (_unboundLambda.ParameterAttributes(i).Any()) 716if (_unboundLambda.ParameterAttributes(i).Any()) 722else if (scope == ScopedKind.ScopedValue && _unboundLambda.ParameterAttributes(i).Any()) 788_unboundLambda.ParameterAttributes(i).Any())
Symbols\Source\LambdaSymbol.cs (1)
369var attributeLists = unboundLambda.ParameterAttributes(p);