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)
76return new ModuleToken(factory.ManifestMetadataTable._mutableModule, factory.ManifestMetadataTable._mutableModule.TryGetEntityHandle(ilMethod.GetTypicalMethodDefinition()).Value);