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