5 references to Contains
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
38if (_validTypes.Contains(type))
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.Validation.cs (1)
38if (_validTypes.Contains(type))
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\MetadataVirtualMethodAlgorithm.cs (3)
618if (separatedMethods == null || !separatedMethods.Contains(addDeclGroup.DefiningMethod)) 625if (separatedMethods == null || !separatedMethods.Contains(addDeclGroupMemberMethod)) 1101if (!alreadyEnumerated.Contains(possibleVirtual))