Base:
property
ParameterCount
Microsoft.CodeAnalysis.CSharp.UnboundLambdaState.ParameterCount
5 references to ParameterCount
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\UnboundLambda.cs (5)
1565Debug.Assert(HasSignature && 0 <= index && index < ParameterCount); 1594Debug.Assert(0 <= index && index < this.ParameterCount); 1600Debug.Assert(0 <= index && index < this.ParameterCount); 1606Debug.Assert(0 <= index && index < this.ParameterCount); 1612Debug.Assert(0 <= index && index < this.ParameterCount);