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