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)
1156return _fatAddressTakenFunctionPointers.GetOrAdd(new MethodKey(method, isUnboxingStub));