2 references to TypeContainsType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\MethodSymbol.cs (1)
54
if (TypeManager.
TypeContainsType
(Params[ipar], var))
Microsoft\CSharp\RuntimeBinder\Semantics\Types\TypeManager.cs (1)
490
if (
TypeContainsType
(ats.TypeArgsAll[i], typeFind))