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