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