2 references to IsUnboundGeneric
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (2)
1936
if (methods.Length == 1 && !
IsUnboundGeneric
(methods[0]))
1971
if (!
IsUnboundGeneric
(m) && m.ParameterCount > 0)