5 references to GetMethodImplementations
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
385foreach (var methodImplHandle in typeDef.GetMethodImplementations())
Compiler\ReadyToRunVisibilityRootProvider.cs (1)
128foreach (var methodImplHandle in definition.GetMethodImplementations())
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.MethodImpls.cs (2)
21foreach (var methodImplHandle in _typeDefinition.GetMethodImplementations()) 65foreach (var methodImplHandle in _typeDefinition.GetMethodImplementations())
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
902return MetadataReader.GetTypeDefinition(typeDef).GetMethodImplementations();