4 references to MaxParameterListsForErrorRecovery
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (2)
2055if (parameterListList.Count == MaxParameterListsForErrorRecovery) 2076if (parameterListList.Count == MaxParameterListsForErrorRecovery)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\LambdaTests.cs (2)
2624BuildArgumentsForErrorRecovery_ManyOverloads_Internal(Binder.MaxParameterListsForErrorRecovery - 1, tooMany: false); 2625BuildArgumentsForErrorRecovery_ManyOverloads_Internal(Binder.MaxParameterListsForErrorRecovery, tooMany: true);