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