3 references to HasParamsCollectionTypeInProgress
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (3)
1028
_binder.
HasParamsCollectionTypeInProgress
(namedType, out NamedTypeSymbol? inProgress, out MethodSymbol? inProgressConstructor))
1664
if (
HasParamsCollectionTypeInProgress
(namedType, out _, out _))
1814
if (namedType is not null &&
HasParamsCollectionTypeInProgress
(namedType, out _, out _))