1 write to _fatAddressTakenFunctionPointers
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
329
_fatAddressTakenFunctionPointers
= new NodeCache<MethodKey, FatFunctionPointerNode>(method =>
1 reference to _fatAddressTakenFunctionPointers
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1156
return
_fatAddressTakenFunctionPointers
.GetOrAdd(new MethodKey(method, isUnboxingStub));