1 write to _tentativeMethods
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
312
_tentativeMethods
= new NodeCache<IMethodBodyNode, TentativeInstanceMethodNode>(method =>
1 reference to _tentativeMethods
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1131
return
_tentativeMethods
.GetOrAdd((IMethodBodyNode)MethodEntrypoint(method, unboxingStub));