4 references to Contains
Microsoft.CodeAnalysis.CSharp (4)
Symbols\TypeUnification.cs (4)
213if (Contains(t2.Type, tp1)) 289return Contains(((ArrayTypeSymbol)type).ElementType, typeParam); 291return Contains(((PointerTypeSymbol)type).PointedAtType, typeParam); 301if (Contains(typePart.Type, typeParam))