5 references to ParameterAttributes
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\UnboundLambda.cs (4)
688if (_unboundLambda.ParameterAttributes(i).Any()) 696if (_unboundLambda.ParameterAttributes(i).Any()) 702else if (scope == ScopedKind.ScopedValue && _unboundLambda.ParameterAttributes(i).Any()) 767_unboundLambda.ParameterAttributes(i).Any())
Symbols\Source\LambdaSymbol.cs (1)
363var attributeLists = unboundLambda.ParameterAttributes(p);