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