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