2 references to ParameterSyntax
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (1)
498
/// Returns the corresponding <see cref="
ParameterSyntax
"/> at the given index if the lambda was declared with
Symbols\Source\LambdaSymbol.cs (1)
350
var paramSyntax = unboundLambda.
ParameterSyntax
(p);