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