3 instantiations of ParamsCollectionTypeInProgressBinder
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (3)
1096var binder = new ParamsCollectionTypeInProgressBinder(namedType, this, constructor); 1140var binder = new ParamsCollectionTypeInProgressBinder(namedType, this); 1269addMethodBinder = new ParamsCollectionTypeInProgressBinder(namedType, addMethodBinder);
2 references to ParamsCollectionTypeInProgressBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Conversions.cs (2)
1096var binder = new ParamsCollectionTypeInProgressBinder(namedType, this, constructor); 1140var binder = new ParamsCollectionTypeInProgressBinder(namedType, this);