1 write to _factory
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\UnboxingMethodDesc.cs (1)
27
_factory
= factory;
4 references to _factory
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\UnboxingMethodDesc.cs (4)
35
return
_factory
.GetUnboxingMethod(realCanonTarget);
44
return
_factory
.GetUnboxingMethod(realMethodDefinition);
53
return
_factory
.GetUnboxingMethod(realTypicalMethodDefinition);
62
return
_factory
.GetUnboxingMethod(realInstantiateSignature);