8 references to MethodDeclaration
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (1)
389
var methodDecl = type.Module.GetMethod(methodImpl.
MethodDeclaration
);
Compiler\ReadyToRunVisibilityRootProvider.cs (1)
133
_module.GetMethod(methodImpl.
MethodDeclaration
),
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.MethodImpls.cs (4)
25
EntityHandle methodDeclCheckHandle = methodImpl.
MethodDeclaration
;
46
(MethodDesc)_module.GetObject(methodImpl.
MethodDeclaration
),
69
EntityHandle methodDeclCheckHandle = methodImpl.
MethodDeclaration
;
101
(MethodDesc)_module.GetObject(methodImpl.
MethodDeclaration
),
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3421
declaration = impl.
MethodDeclaration
;
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.WinMD.cs (1)
452
EntityHandle declaration = methodImpl.
MethodDeclaration
;