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