2 references to HasUniqueInterface
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_QueryErrors.cs (2)
92
bool isQueryable = TypeSymbol.Equals(originalType, iqueryable_t, TypeCompareKind.ConsiderEverything2) ||
HasUniqueInterface
(instanceType, iqueryable_t, ref nonUnique, ref useSiteInfo);
99
return
HasUniqueInterface
(instanceType, interfaceType, ref nonUnique, ref useSiteInfo);