2 references to HasDuplicateInterfaces
Microsoft.CodeAnalysis.CSharp (2)
Symbols\ConstraintsHelper.cs (2)
702
if (
HasDuplicateInterfaces
(type, basesBeingResolved))
740
if (!(args.CurrentCompilation != null && type.IsFromCompilation(args.CurrentCompilation)) &&
HasDuplicateInterfaces
(type, null))