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