Base:
method
GetTypicalMethodDefinition
Internal.TypeSystem.MethodDesc.GetTypicalMethodDefinition()
2 references to GetTypicalMethodDefinition
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\CopiedMethodILNode.cs (1)
27
_method = method.
GetTypicalMethodDefinition
();
Compiler\DependencyAnalysis\ReadyToRun\ILBodyFixupSignature.cs (1)
76
return new ModuleToken(factory.ManifestMetadataTable._mutableModule, factory.ManifestMetadataTable._mutableModule.TryGetEntityHandle(ilMethod.
GetTypicalMethodDefinition
()).Value);