4 references to Contains
Microsoft.CodeAnalysis.CSharp (4)
Symbols\TypeUnification.cs (4)
194if (Contains(t2.Type, tp1)) 270return Contains(((ArrayTypeSymbol)type).ElementType, typeParam); 272return Contains(((PointerTypeSymbol)type).PointedAtType, typeParam); 282if (Contains(typePart.Type, typeParam))