5 references to ParameterAttributes
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\UnboundLambda.cs (4)
667
if (_unboundLambda.
ParameterAttributes
(i).Any())
675
if (_unboundLambda.
ParameterAttributes
(i).Any())
681
else if (scope == ScopedKind.ScopedValue && _unboundLambda.
ParameterAttributes
(i).Any())
746
_unboundLambda.
ParameterAttributes
(i).Any())
Symbols\Source\LambdaSymbol.cs (1)
378
var attributeLists = unboundLambda.
ParameterAttributes
(p);