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