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