Base:
property
ParameterCount
Microsoft.CodeAnalysis.CSharp.UnboundLambdaState.ParameterCount
5 references to ParameterCount
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\UnboundLambda.cs (5)
1522
Debug.Assert(HasSignature && 0 <= index && index <
ParameterCount
);
1551
Debug.Assert(0 <= index && index < this.
ParameterCount
);
1557
Debug.Assert(0 <= index && index < this.
ParameterCount
);
1563
Debug.Assert(0 <= index && index < this.
ParameterCount
);
1569
Debug.Assert(0 <= index && index < this.
ParameterCount
);