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