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