1 write to _dispatchCells
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
453
_dispatchCells
= new NodeCache<DispatchCellKey, DispatchCellNode>(callSiteCell =>
1 reference to _dispatchCells
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
881
return
_dispatchCells
.GetOrAdd(new DispatchCellKey(method, callSite));