Base:
property
ParameterCount
Microsoft.CodeAnalysis.CSharp.UnboundLambdaState.ParameterCount
5 references to ParameterCount
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\UnboundLambda.cs (5)
1531
Debug.Assert(HasSignature && 0 <= index && index <
ParameterCount
);
1560
Debug.Assert(0 <= index && index < this.
ParameterCount
);
1566
Debug.Assert(0 <= index && index < this.
ParameterCount
);
1572
Debug.Assert(0 <= index && index < this.
ParameterCount
);
1578
Debug.Assert(0 <= index && index < this.
ParameterCount
);