2 overrides of ParameterName
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder.QueryUnboundLambdaState.cs (1)
33
public override string
ParameterName
(int index) { return _parameters[index].Name; }
BoundTree\UnboundLambda.cs (1)
1522
public override string
ParameterName
(int index)
1 reference to ParameterName
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\UnboundLambda.cs (1)
482
public string ParameterName(int index) { return Data.
ParameterName
(index); }