2 references to BuildSignatureForMethodDefinedInModule
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\InstanceEntryPointTableNode.cs (1)
87return BuildSignatureForMethodDefinedInModule(method.Method, factory);
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (1)
274byte[] signature = InstanceEntryPointTableNode.BuildSignatureForMethodDefinedInModule(method, factory);