1 write to _tentativeMethodEntrypoints
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
305
_tentativeMethodEntrypoints
= new NodeCache<MethodDesc, IMethodNode>((MethodDesc method) =>
1 reference to _tentativeMethodEntrypoints
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
1121
return
_tentativeMethodEntrypoints
.GetOrAdd(method);